Guest User

Untitled

a guest
May 16th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.89 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 5/16/20 1:41 AM
  5. Description: Ticking player
  6.  
  7. java.lang.NullPointerException: Ticking player
  8. at com.thevortex.potionsmaster.events.PotionRemoved.on(PotionRemoved.java:21) ~[?:0.1.4] {re:classloading}
  9. at net.minecraftforge.eventbus.ASMEventHandler_75_PotionRemoved_on_PotionRemoveEvent.invoke(.dynamic) ~[?:?] {}
  10. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
  11. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  12. at net.minecraft.entity.LivingEntity.func_195063_d(LivingEntity.java:791) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:caelus:coremodone,xf:fml:shetiphiancore:LivingEntity.fall,re:mixin,pl:accesstransformer:B}
  13. at cursedflames.bountifulbaubles.common.baubleeffect.EffectPotionNegate.negatePotion(EffectPotionNegate.java:45) ~[?:?] {re:classloading}
  14. at cursedflames.bountifulbaubles.common.item.items.ankhparts.ItemPotionNegate$Curio.onCurioTick(ItemPotionNegate.java:26) ~[?:?] {re:classloading}
  15. at top.theillusivec4.curios.common.event.EventHandlerCurios.lambda$null$13(EventHandlerCurios.java:308) ~[?:FORGE-1.14.4-1.0.6.1] {re:classloading}
  16. at top.theillusivec4.curios.common.event.EventHandlerCurios$$Lambda$10513/936933973.accept(Unknown Source) ~[?:?] {}
  17. at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161) ~[?:?] {re:classloading}
  18. at top.theillusivec4.curios.common.event.EventHandlerCurios.lambda$onCurioTick$20(EventHandlerCurios.java:308) ~[?:FORGE-1.14.4-1.0.6.1] {re:classloading}
  19. at top.theillusivec4.curios.common.event.EventHandlerCurios$$Lambda$10232/334200110.accept(Unknown Source) ~[?:?] {}
  20. at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161) ~[?:?] {re:classloading}
  21. at top.theillusivec4.curios.common.event.EventHandlerCurios.onCurioTick(EventHandlerCurios.java:297) ~[?:FORGE-1.14.4-1.0.6.1] {re:classloading}
  22. at net.minecraftforge.eventbus.ASMEventHandler_886_EventHandlerCurios_onCurioTick_LivingUpdateEvent.invoke(.dynamic) ~[?:?] {}
  23. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
  24. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
  25. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:315) ~[?:?] {re:classloading}
  26. at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:1964) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:caelus:coremodone,xf:fml:shetiphiancore:LivingEntity.fall,re:mixin,pl:accesstransformer:B}
  27. at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:232) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:backpacked:player_init_hook,re:mixin,pl:accesstransformer:B}
  28. at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:shetiphiancore:ServerPlayerEntity.handleFalling}
  29. at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:backpacked:creative_inventory_action_fix}
  30. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228) ~[?:?] {re:classloading}
  31. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) ~[?:?] {re:classloading}
  32. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:848) ~[?:?] {re:classloading,pl:accesstransformer:B}
  33. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:766) ~[?:?] {re:classloading,pl:accesstransformer:B}
  34. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:161) ~[?:?] {re:classloading,xf:OptiFine:default}
  35. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624) [?:?] {re:classloading,pl:accesstransformer:B}
  36. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}
  37.  
  38.  
  39. A detailed walkthrough of the error, its code path and all known details is as follows:
  40. ---------------------------------------------------------------------------------------
  41.  
  42. -- Head --
  43. Thread: Server thread
  44. Stacktrace:
  45. at com.thevortex.potionsmaster.events.PotionRemoved.on(PotionRemoved.java:21)
  46. at net.minecraftforge.eventbus.ASMEventHandler_75_PotionRemoved_on_PotionRemoveEvent.invoke(.dynamic)
  47. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  48. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  49. at net.minecraft.entity.LivingEntity.func_195063_d(LivingEntity.java:791)
  50. at cursedflames.bountifulbaubles.common.baubleeffect.EffectPotionNegate.negatePotion(EffectPotionNegate.java:45)
  51. at cursedflames.bountifulbaubles.common.item.items.ankhparts.ItemPotionNegate$Curio.onCurioTick(ItemPotionNegate.java:26)
  52. at top.theillusivec4.curios.common.event.EventHandlerCurios.lambda$null$13(EventHandlerCurios.java:308)
  53. at top.theillusivec4.curios.common.event.EventHandlerCurios$$Lambda$10513/936933973.accept(Unknown Source)
  54. at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161)
  55. at top.theillusivec4.curios.common.event.EventHandlerCurios.lambda$onCurioTick$20(EventHandlerCurios.java:308)
  56. at top.theillusivec4.curios.common.event.EventHandlerCurios$$Lambda$10232/334200110.accept(Unknown Source)
  57. at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:161)
  58. at top.theillusivec4.curios.common.event.EventHandlerCurios.onCurioTick(EventHandlerCurios.java:297)
  59. at net.minecraftforge.eventbus.ASMEventHandler_886_EventHandlerCurios_onCurioTick_LivingUpdateEvent.invoke(.dynamic)
  60. at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
  61. at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
  62. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:315)
  63. at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:1964)
  64. at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:232)
  65.  
  66. -- Player being ticked --
  67. Details:
  68. Entity Type: minecraft:player (net.minecraft.entity.player.ServerPlayerEntity)
  69. Entity ID: 459
  70. Entity Name: superdudette808
  71. Entity's Exact location: -469.31, 70.00, 285.76
  72. Entity's Block location: World: (-470,70,285), Chunk: (at 10,4,13 in -30,17; contains blocks -480,0,272 to -465,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  73. Entity's Momentum: 0.00, -0.08, 0.00
  74. Entity's Passengers: []
  75. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  76. Stacktrace:
  77. at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
  78. at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
  79. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:228)
  80.  
  81. -- Ticking connection --
  82. Details:
  83. Connection: net.minecraft.network.NetworkManager@39745336
  84. Stacktrace:
  85. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
  86. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:848)
  87. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:766)
  88. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:161)
  89. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:624)
  90. at java.lang.Thread.run(Thread.java:745)
  91.  
  92. -- System Details --
  93. Details:
  94. Minecraft Version: 1.14.4
  95. Minecraft Version ID: 1.14.4
  96. Operating System: Windows 7 (amd64) version 6.1
  97. Java Version: 1.8.0_51, Oracle Corporation
  98. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  99. Memory: 2283366056 bytes (2177 MB) / 6427246592 bytes (6129 MB) up to 6427246592 bytes (6129 MB)
  100. CPUs: 8
  101. JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6144m -Xms256m -XX:PermSize=256m
  102. ModLauncher: 4.1.0+62+5bfa59b
  103. ModLauncher launch target: fmlclient
  104. ModLauncher naming: srg
  105. ModLauncher services:
  106. /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
  107. /forge-1.14.4-28.2.6.jar object_holder_definalize PLUGINSERVICE
  108. /forge-1.14.4-28.2.6.jar runtime_enum_extender PLUGINSERVICE
  109. /accesstransformers-1.0.5-shadowed.jar accesstransformer PLUGINSERVICE
  110. /forge-1.14.4-28.2.6.jar capability_inject_definalize PLUGINSERVICE
  111. /forge-1.14.4-28.2.6.jar runtimedistcleaner PLUGINSERVICE
  112. /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE
  113. /forge-1.14.4-28.2.6.jar fml TRANSFORMATIONSERVICE
  114. /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
  115. /OptiForge-MC1.14.4-0.1.1.jar optiforge TRANSFORMATIONSERVICE
  116. /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
  117. /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
  118. FML: 28.2
  119. Forge: net.minecraftforge:28.2.6
  120. FML Language Providers:
  121. javafml@28.2
  122. minecraft@1
  123. kotlinfml@1.4.0
  124. Mod List:
  125. enchantedbookredesign-1.1.jar Enchanted Book Redesign {enchantedbookredesign@1.1 DONE}
  126. decorative_blocks_compat_1.jar Decorative Blocks Compat {decorative_blocks_compat@1.0 DONE}
  127. prefab-1.4.0.18.jar Prefab {prefab@1.4.0.18 DONE}
  128. mcw-windows-1.0.1-mc1.14.4.jar Macaw's Windows {mcwwindows@1.0.1 DONE}
  129. SilentMechanisms-1.14.4-0.6.13+49.jar Silent's Mechanisms {silents_mechanisms@0.6.13+49 DONE}
  130. ManCatcher_1.14.4_1.0.2.jar ManCatcher {mancatcher@1.0.0 DONE}
  131. villagernames_1.14-2.3.jar Villager Names {villagernames@2.3 DONE}
  132. XaerosWorldMap_1.5.7_Forge_1.14.4.jar Xaero's World Map {xaeroworldmap@1.5.7 DONE}
  133. CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {cookingforblockheads@7.4.4 DONE}
  134. Placebo-1.14.4-2.3.5.jar Placebo {placebo@2.3.5 DONE}
  135. potionsmaster-0.1.4-1.14.4-28.1.109.jar Potions Master {potionsmaster@0.1.4 DONE}
  136. NomadicTents-1.14.4-10.1.1.jar Nomadic Tents {nomadictents@10.1.1 DONE}
  137. WitherSkeletonTweaks-1.14.4-3.1.0.jar Wither Skeleton Tweaks {wstweaks@3.1.0 DONE}
  138. branders-enhanced-mob-spawners-v1.14.4-1.5.4.jar Enhanced Mob Spawners {spawnermod@1.5.4 DONE}
  139. Bookshelf-1.14.4-4.4.74.jar Bookshelf {bookshelf@4.4.74 DONE}
  140. Reliquary-1.14.4-1.3.4.994.jar Reliquary {xreliquary@1.14.4-1.3.4.994 DONE}
  141. Reagenchant-1.14.4-1.0.1.jar Reagenchant {reagenchant@1.0.1 DONE}
  142. wumpleutil-1.14.4-3.6.0.jar Wumple Util Library {wumpleutil@3.6.0 DONE}
  143. ironshulkerboxes-1.14.4-3.1.12.jar Iron Shulker Boxes {ironshulkerbox@1.14.4-3.1.12 DONE}
  144. PickUpNotifier-v1.1.2-1.14.4.jar Pick Up Notifier {pickupnotifier@1.1.2 DONE}
  145. WaterStrainer-1.14.4-7.0.2.jar Water Strainer {waterstrainer@1.14.4-7.0.2 DONE}
  146. Wither+Totem+0.1.jar Wither Skeleton Totems {totemmod@0.1 DONE}
  147. CarryOn+MC1.14.4+v1.12.4.jar Carry On {carryon@1.12.4 DONE}
  148. JustEnoughResources-1.14.4-0.10.1.76.jar Just Enough Resources {jeresources@0.10.1.76 DONE}
  149. Paraglider-1.14.4-1.1.0.2.jar Paraglider {paraglider@1.1.0.2 DONE}
  150. shetiphiancore-1.14-3.6.1.jar ShetiPhian-Core {shetiphiancore@3.6.1 DONE}
  151. absentbydesign-1.14.4-1.0.7.jar Absent By Design Mod {absentbydesign@1.14.4-1.0.7 DONE}
  152. refinedstorage-1.7.3.jar Refined Storage {refinedstorage@1.7.3 DONE}
  153. lavawaderbauble-3.1.jar Lava Wader Bauble {lavawaderbauble@3.1 DONE}
  154. mcw-bridges-1.0.4-mc1.14.4.jar Macaw's Bridges {mcwbridges@1.0.4 DONE}
  155. embellishcraft-1.14.4-1.5.0.jar EmbellishCraft {embellishcraft@1.14.4-1.5.0 DONE}
  156. AmbientSounds_v3.0.16_mc1.14.4.jar Ambient Sounds {ambientsounds@3.0.3 DONE}
  157. [1.14.4]Gender-1.3.0.jar Gender {gender@1.3.0 DONE}
  158. Geolosys-1.14.4-4.0.21.jar Geolosys {geolosys@4.0.21 DONE}
  159. valhelsia_structures-14.0.3.jar Valhelsia Structures {valhelsia_structures@14.0.3 DONE}
  160. extcaves-1.5.jar Extended Caves {extcaves@1.5 DONE}
  161. Uncharted_1.14.4_v05.jar Uncharted {uncharted@v05 DONE}
  162. simplefarming-1.14.4-1.2.8.jar Simple Farming {simplefarming@1.14.4-1.2.8 DONE}
  163. fairylights-2.1.15-1.14.4.jar Fairy Lights {fairylights@2.1.15 DONE}
  164. horsemodifiers-1.2.2.jar Horse Modifiers {horsemodifiers@1.2.2 DONE}
  165. curios-FORGE-1.14.4-1.0.6.1.jar Curios API {curios@FORGE-1.14.4-1.0.6.1 DONE}
  166. tetra-1.14.4-1.27.0.jar Tetra {tetra@1.14.4-1.27.0 DONE}
  167. corail_woodcutter-1.1.1-1.14.4.jar Corail Woodcutter {corail_woodcutter@1.1.1 DONE}
  168. AutoRegLib-1.4-35.jar AutoRegLib {arl@1.4-35 DONE}
  169. roadstuff-1.14.4-2.1.1.jar Road Stuff 2 {roadstuff@1.14.4-2.1.1 DONE}
  170. extlights-1.8.jar Extended Lights {extlights@1.8 DONE}
  171. Mushroom+Quest+1.14.4+v2.0.jar Mushroom Quest {mushroomquest@1.0.0 DONE}
  172. tombstone-4.3.5-1.14.4.jar Corail Tombstone {tombstone@4.3.5 DONE}
  173. mcw-roofs-1.0.2-mc1.14.4.jar Macaw's Roofs {mcwroofs@1.0.2 DONE}
  174. curiouselytra-FORGE-1.14.4-1.0.jar Curious Elytra {curiouselytra@FORGE-1.14.4-1.0 DONE}
  175. biomeinfo-1.14.4-v1.2.5.jar BiomeInfo {biomeinfo@v1.2.5 DONE}
  176. mcw-furniture-1.0.1-mc1.14.4.jar Macaw's Furnitures {mcwfurnitures@1.0.1 DONE}
  177. BetterBurning-1.14.4-1.0.1.jar BetterBurning {betterburning@1.0.1 DONE}
  178. incubation-1.0.1-1.14.4.jar Incubation {incubation@1.0.1 DONE}
  179. ScalingHealth-1.14.4-2.5.5+52.jar Scaling Health {scalinghealth@2.5.5+52 DONE}
  180. Disenchanting-forge_1.14.4-1.3.0.jar Disenchanting {disenchanting@1.3.0 DONE}
  181. NetherEx-1.14.4-3.0.2.jar NetherEx {netherex@3.0.2 DONE}
  182. Cyclic-1.14.4-0.1.5.jar Cyclic {cyclic@1.14.4-0.1.5 DONE}
  183. SaveMyStronghold-1.14.4-1.0.0.jar Save My Stronghold! {savemystronghold@1.14.4-1.0.0 DONE}
  184. SoundControl-1.14.4-0.1.0.0.jar §3Dynamic Surroundings: §eSound Control {sndctrl@1.14.4-0.1.0.0 DONE}
  185. flamboyant-1.0.5.jar Flamboyant {flamboyant@1.0.5 DONE}
  186. Berry-Good-1.14.4-v1.0.3.jar Berry Good {berry_good@1.0.3 DONE}
  187. wolfrevivemod-1.1.jar Collar Catcher: Dog Revival Mod! {wolfrevivemod@1.1 DONE}
  188. Bountiful Baubles-1.14.4-0.0.4.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
  189. bambooblocks-1.2.12.jar Bamboo Blocks {bambooblocks@1.2.11 DONE}
  190. platforms-1.14-1.5.1.jar Platforms {platforms@1.5.0 DONE}
  191. jei-1.14.4-6.0.0.27.jar Just Enough Items {jei@6.0.0.27 DONE}
  192. OptiForge-MC1.14.4-0.1.1.jar OptiForge {optiforge@0.1.1 DONE}
  193. vanillathings-1.14.4-0.5.7.jar Vanilla Things {vanillathings@0.5.7 DONE}
  194. Druidcraft-1.14-0.4.0-dev0.6.jar Druidcraft {druidcraft@0.4.0 DONE}
  195. BirdsNestsAndTreasures-1.14.4-1.0.0.jar Birds Nests & Treasures {birdsneststres@1.0.0 DONE}
  196. AttributeFix-1.14.4-3.0.3.jar AttributeFix {attributefix@3.0.3 DONE}
  197. megamap-1.14.4-2.2.0.jar Mega Map {megamap@2.2.0 DONE}
  198. caelus-FORGE-1.14.4-1.0.1.2.jar Caelus API {caelus@FORGE-1.14.4-1.0.1.2 DONE}
  199. Upgrade-Aquatic-1.14.4-v1.4.10.jar Upgrade Aquatic {upgrade_aquatic@1.4.9 DONE}
  200. extraboats-1.2.6-1.14.4.jar Extra Boats {extraboats@1.2.6 DONE}
  201. CTD-Core-1.14.4-2.0.5b.jar CTD Core {ctdcore@2.0.5b DONE}
  202. FloristV1.1.4.jar Florist {florist@1.1.4 DONE}
  203. create-mc1.14.4_v0.2.3.jar Create {create@mc1.14-0.2.3 DONE}
  204. Waystones_1.14.4-5.1.1.jar Waystones {waystones@5.1.1 DONE}
  205. WallpaperCraft-1.14.4-1.0.6.jar Wallpapercraft {wallpapercraft@1.0.6 DONE}
  206. mgui-1.14.4-1.2.0.jar mgui {mgui@1.2.0 DONE}
  207. pantography-1.14.4-3.3.0.jar Pantography {pantography@3.3.0 DONE}
  208. NaturesCompass-1.14.4-1.8.5.jar Nature's Compass {naturescompass@1.14.4-1.8.5 DONE}
  209. SereneSeasons-1.14.4-2.0.0.70-universal.jar Serene Seasons {sereneseasons@1.14.4-2.0.0.70 DONE}
  210. decorative_blocks_6b.jar Decorative Blocks {decorative_blocks@1.6 DONE}
  211. BotanyPots-1.14.4-1.0.12.jar BotanyPots {botanypots@1.0.12 DONE}
  212. curioofundying-FORGE-1.14.4-2.0.1.jar Curio of Undying {curioofundying@FORGE-1.14.4-2.0.1 DONE}
  213. forge-1.14.4-28.2.6-universal.jar Forge {forge@28.2.6 DONE}
  214. Bountiful-1.14.4-3.1.1.jar Bountiful {bountiful@1.14.4-3.1.1 DONE}
  215. Mo-Glowstone-1.14.4-2.0.4.jar Mo' Glowstone {moglowstone@2.0.5 DONE}
  216. ironchest-1.14.4-9.1.5.jar Iron Chests {ironchest@1.14.3-9.0.3 DONE}
  217. forge-1.14.4-28.2.6-client.jar Minecraft {minecraft@1.14.4 DONE}
  218. cofh_core-1.14.4-0.4.0b.jar CoFH Core {cofh_core@0.4.0b DONE}
  219. ensorcellation-1.14.4-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b DONE}
  220. Environs-1.14.4-0.1.0.0.jar §3Dynamic Surroundings: §eEnvirons {environs@1.14.4-0.1.0.0 DONE}
  221. theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE DONE}
  222. pandoras_creatures-1.14.4-0.13.1.jar Pandoras Creatures {pandoras_creatures@1.14.4-0.13.1 DONE}
  223. watercan-1.14.4-2.1.0.jar Watercan {watercan@1.14.4-2.1.0 DONE}
  224. SilentLib-1.14.4-4.4.0+44.jar Silent Lib {silentlib@4.4.0+44 DONE}
  225. modifiers-0.0.1.jar Modifiers {modifiers@NONE DONE}
  226. ceramicshears-1.3.0-1.14.4.jar Ceramic Shears {ceramicshears@1.3.0-1.14.4 DONE}
  227. MobEffects-1.14.4-0.1.0.0.jar §3Dynamic Surroundings: §eMob Effects {mobeffects@1.14.4-0.1.0.0 DONE}
  228. extragolems-9.0.7.jar Extra Golems {golems@9.0.7 DONE}
  229. SpartanShields-1.14.4-2.0.0.jar Spartan Shields {spartanshields@2.0.0 DONE}
  230. Quark-r2.0-212.jar Quark {quark@r2.0-212 DONE}
  231. palimpsest-1.14.4-1.3.1.jar Palimpsest {palimpsest@1.3.1 DONE}
  232. Xaeros_Minimap_20.11.0_Forge_1.14.4.jar Xaero's Minimap {xaerominimap@20.11.0 DONE}
  233. FastWorkbench-1.14.4-2.1.4.jar FastWorkbench {fastbench@2.1.4 DONE}
  234. corail_recycler-4.0.3-1.14.4.jar Corail Recycler {corail_recycler@4.0.3 DONE}
  235. StorageDrawers-1.14.4-6.0.7.jar Storage Drawers {storagedrawers@1.14.4-6.0.6 DONE}
  236. LibraryEx-1.14.4-2.0.2.jar LibraryEx {libraryex@2.0.2 DONE}
  237. backpacked-1.4.0-1.14.4.jar Backpacked {backpacked@1.4.0 DONE}
  238. themidnight-0.4.7.jar The Midnight {midnight@0.4.7 DONE}
  239. simplytea-2.0.4.jar Simply Tea {simplytea@2.0.4 DONE}
  240. structurize-0.10.245-ALPHA.jar Structurize {structurize@0.10.245-ALPHA DONE}
  241. grindr-1.14.4-0.0.0.14.jar Grindr {grindr@1.14.4-0.0.0.14 DONE}
  242. dispensebreaker-1.14.4-1.0.jar Dispense Breaker {dispensebreaker@1.0 DONE}
  243. AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {appleskin@1.0.13 DONE}
  244. RefinedRelocation_1.14.4-6.3.1.jar Refined Relocation {refinedrelocation@6.3.1 DONE}
  245. ilikewood-1.14.4-1.1.2.3.jar I Like Wood {ilikewood@1.1.2.3 DONE}
  246. Aquaculture-1.14.4-2.0.7.jar Aquaculture 2 {aquaculture@1.14.4-2.0.7 DONE}
  247. FriendlyFire-1.14.4-3.0.2.jar FriendlyFire {friendlyfire@3.0.2 DONE}
  248. CHAS+v1.3+for+1.14.jar Craftable Horse Armour {craftablehorsearmour@1.3 DONE}
  249. createintegration-0.1.3b.jar Create Integration {createintegration@0.1.3b DONE}
  250. flourishingfoliage-1.14.4-2.2.0.jar Flourishing Foliage {flourishingfoliage@2.2.0 DONE}
  251. Player Count: 1 / 8; [ServerPlayerEntity['superdudette808'/459, l='Newererer World', x=-469.31, y=70.00, z=285.76]]
  252. Data Packs: vanilla, reagenchant:reagent_pack, netherex:netherex_nether_biome_pack, netherex:default_nether_biome_pack, mod:absentbydesign, mod:ambientsounds, mod:appleskin, mod:aquaculture, mod:arl, mod:attributefix, mod:backpacked, mod:bambooblocks, mod:berry_good, mod:betterburning, mod:biomeinfo, mod:birdsneststres, mod:bookshelf, mod:botanypots, mod:bountiful, mod:bountifulbaubles, mod:caelus, mod:carryon, mod:ceramicshears, mod:cofh_core, mod:cookingforblockheads, mod:corail_recycler, mod:corail_woodcutter, mod:craftablehorsearmour, mod:create, mod:ctdcore, mod:curioofundying, mod:curios, mod:curiouselytra, mod:cyclic, mod:decorative_blocks, mod:decorative_blocks_compat, mod:disenchanting, mod:dispensebreaker, mod:druidcraft, mod:embellishcraft, mod:enchantedbookredesign, mod:ensorcellation, mod:environs, mod:extcaves, mod:extlights, mod:extraboats, mod:fairylights, mod:fastbench, mod:flamboyant, mod:florist, mod:flourishingfoliage, mod:forge, mod:friendlyfire, mod:gender, mod:geolosys, mod:golems, mod:grindr, mod:horsemodifiers, mod:ilikewood, mod:incubation, mod:ironchest, mod:ironshulkerbox, mod:jei, mod:jeresources (incompatible), mod:lavawaderbauble, mod:libraryex, mod:mancatcher, mod:mcwbridges, mod:mcwfurnitures, mod:mcwroofs (incompatible), mod:mcwwindows, mod:megamap, mod:mgui, mod:midnight, mod:mobeffects, mod:modifiers, mod:moglowstone, mod:mushroomquest, mod:naturescompass, mod:netherex, mod:nomadictents, mod:optiforge, mod:palimpsest, mod:pandoras_creatures, mod:pantography, mod:paraglider, mod:pickupnotifier, mod:placebo, mod:platforms, mod:potionsmaster, mod:prefab, mod:quark, mod:reagenchant (incompatible), mod:refinedrelocation, mod:refinedstorage, mod:roadstuff, mod:savemystronghold, mod:scalinghealth, mod:sereneseasons, mod:shetiphiancore, mod:silentlib, mod:simplefarming, mod:simplytea, mod:sndctrl, mod:spartanshields, mod:spawnermod, mod:storagedrawers, mod:structurize, mod:tetra, mod:theoneprobe, mod:tombstone, mod:totemmod, mod:uncharted, mod:upgrade_aquatic, mod:valhelsia_structures, mod:vanillathings, mod:wallpapercraft, mod:watercan, mod:waterstrainer, mod:waystones, mod:wolfrevivemod, mod:wstweaks, mod:wumpleutil, mod:xaerominimap, mod:xaeroworldmap, mod:xreliquary, mod:villagernames, mod:createintegration, mod:silents_mechanisms
  253. Type: Integrated Server (map_client.txt)
  254. Is Modded: Definitely; Client brand changed to 'forge'
  255. OptiFine Version: OptiFine_1.14.4_HD_U_F5
  256. OptiFine Build: 20191204-141250
  257. Render Distance Chunks: 9
  258. Mipmaps: 4
  259. Anisotropic Filtering: 1
  260. Antialiasing: 0
  261. Multitexture: false
  262. Shaders: null
  263. OpenGlVersion: 4.5.13521 Compatibility Profile Context 24.20.11019.1004
  264. OpenGlRenderer: Radeon RX 560 Series
  265. OpenGlVendor: ATI Technologies Inc.
  266. CpuCount: 8
Add Comment
Please, Sign In to add comment