drakray

Untitled

Nov 5th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.24 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You're mean.
  3.  
  4. Time: 05/11/20 8:22 PM
  5. Description: Feature placement
  6.  
  7. java.lang.IllegalArgumentException: bound must be positive
  8. at java.util.Random.nextInt(Unknown Source) ~[?:1.8.0_251] {}
  9. at com.lordskittles.nordicarcanum.common.world.feature.decorators.DecoratorUndergroundLake.func_241857_a(DecoratorUndergroundLake.java:30) ~[?:?] {re:classloading}
  10. at com.lordskittles.nordicarcanum.common.world.feature.decorators.DecoratorUndergroundLake.func_241857_a(DecoratorUndergroundLake.java:17) ~[?:?] {re:classloading}
  11. at net.minecraft.world.gen.placement.ConfiguredPlacement.func_242876_a(SourceFile:24) ~[?:?] {re:classloading}
  12. at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:22) ~[?:?] {re:classloading}
  13. at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:14) ~[?:?] {re:classloading}
  14. at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading,re:mixin}
  15. at net.minecraft.world.biome.Biome.func_242427_a(Biome.java:254) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  16. at net.minecraft.world.gen.ChunkGenerator.func_230351_a_(SourceFile:220) ~[?:?] {re:mixin,re:classloading}
  17. at net.minecraft.world.chunk.ChunkStatus.lambda$static$9(ChunkStatus.java:77) ~[?:?] {re:classloading,pl:accesstransformer:B}
  18. at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198) ~[?:?] {re:classloading,pl:accesstransformer:B}
  19. at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:524) ~[?:?] {re:classloading}
  20. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar:?] {re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading}
  21. at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$20(ChunkManager.java:522) ~[?:?] {re:classloading}
  22. at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source) ~[?:1.8.0_251] {}
  23. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:1.8.0_251] {}
  24. at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_251] {}
  25. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
  26. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94) ~[?:?] {re:classloading}
  27. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:137) ~[?:?] {re:classloading}
  28. at net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:105) ~[?:?] {re:classloading}
  29. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source) ~[?:1.8.0_251] {}
  30. at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_251] {}
  31. at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_251] {}
  32. at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_251] {}
  33. at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_251] {}
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Thread: Server thread
  41. Stacktrace:
  42. at java.util.Random.nextInt(Unknown Source) ~[?:1.8.0_251] {}
  43. at com.lordskittles.nordicarcanum.common.world.feature.decorators.DecoratorUndergroundLake.func_241857_a(DecoratorUndergroundLake.java:30) ~[?:?] {re:classloading}
  44. at com.lordskittles.nordicarcanum.common.world.feature.decorators.DecoratorUndergroundLake.func_241857_a(DecoratorUndergroundLake.java:17) ~[?:?] {re:classloading}
  45. at net.minecraft.world.gen.placement.ConfiguredPlacement.func_242876_a(SourceFile:24) ~[?:?] {re:classloading}
  46. at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:22) ~[?:?] {re:classloading}
  47. at net.minecraft.world.gen.feature.DecoratedFeature.func_241855_a(SourceFile:14) ~[?:?] {re:classloading}
  48. at net.minecraft.world.gen.feature.ConfiguredFeature.func_242765_a(SourceFile:55) ~[?:?] {re:classloading,re:mixin}
  49. -- Feature --
  50. Details:
  51. Id: minecraft:decorated
  52. Config: < DecoratedFeatureConfig [minecraft:lake | [nordicarcanum:liquid_arcanum_lake net.minecraft.world.gen.placement.ChanceConfig@a786186]] >
  53. Description: < DecoratedFeature [minecraft:decorated] >
  54. Stacktrace:
  55. at net.minecraft.world.biome.Biome.func_242427_a(Biome.java:254) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
  56.  
  57.  
  58. -- Generation --
  59. Details:
  60. CenterX: 8
  61. CenterZ: 1
  62. Seed: 6671146442224937060
  63. Biome: net.minecraft.world.biome.Biome@27b1319a
  64. Stacktrace:
  65. at net.minecraft.world.gen.ChunkGenerator.func_230351_a_(SourceFile:220) ~[?:?] {re:mixin,re:classloading}
  66. at net.minecraft.world.chunk.ChunkStatus.lambda$static$9(ChunkStatus.java:77) ~[?:?] {re:classloading,pl:accesstransformer:B}
  67. at net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198) ~[?:?] {re:classloading,pl:accesstransformer:B}
  68.  
  69.  
  70. -- Chunk to be generated --
  71. Details:
  72. Location: 8,1
  73. Position hash: 4294967304
  74. Generator: net.minecraft.world.gen.NoiseChunkGenerator@340caaf2
  75. Stacktrace:
  76. at net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:524) ~[?:?] {re:classloading}
  77. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-4.0.26.jar:?] {re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading,re:classloading}
  78. at net.minecraft.world.server.ChunkManager.lambda$func_223156_b$20(ChunkManager.java:522) ~[?:?] {re:classloading}
  79. at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source) ~[?:1.8.0_251] {}
  80. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:1.8.0_251] {}
  81. at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_251] {}
  82. at net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58) ~[?:?] {re:classloading}
  83. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94) ~[?:?] {re:classloading}
  84. at net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:137) ~[?:?] {re:classloading}
  85.  
  86.  
  87. -- Affected level --
  88. Details:
  89. All players: 1 total; [ServerPlayerEntity['drakray'/635, l='ServerLevel[World #7923-NZ75]', x=100.50, y=49.00, z=0.50]]
  90. Chunk stats: ServerChunkCache: 1015
  91. Level dimension: minecraft:the_end
  92. Derived: true
  93. Level spawn location: World: (0,63,0), Chunk: (at 0,3,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  94. Level time: 84712 game time, 30256 day time
  95. Level name: World #7923-NZ75
  96. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  97. Level weather: Rain time: 35115 (now: false), thunder time: 156175 (now: false)
  98. Known server brands: forge
  99. Level was modded: true
  100. Level storage version: 0x04ABD - Anvil
  101. Stacktrace:
  102. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:850) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bettercaves.mixins.json:MixinMinecraftServer,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
  103. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:783) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bettercaves.mixins.json:MixinMinecraftServer,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
  104. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:80) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  105. at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:638) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bettercaves.mixins.json:MixinMinecraftServer,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
  106. at net.minecraft.server.MinecraftServer.lambda$func_240784_a_$0(MinecraftServer.java:229) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bettercaves.mixins.json:MixinMinecraftServer,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:A}
  107. at java.lang.Thread.run(Unknown Source) [?:1.8.0_251] {}
  108.  
  109.  
  110. -- System Details --
  111. Details:
  112. Minecraft Version: 1.16.3
  113. Minecraft Version ID: 1.16.3
  114. Operating System: Windows 10 (amd64) version 10.0
  115. Java Version: 1.8.0_251, Oracle Corporation
  116. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  117. Memory: 1183046080 bytes (1128 MB) / 3992977408 bytes (3808 MB) up to 4294967296 bytes (4096 MB)
  118. CPUs: 8
  119. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  120. ModLauncher: 7.0.1+78+master.e9771d8
  121. ModLauncher launch target: fmlclient
  122. ModLauncher naming: srg
  123. ModLauncher services:
  124. /mixin-0.8.2.jar mixin PLUGINSERVICE
  125. /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE
  126. /forge-1.16.3-34.1.25.jar object_holder_definalize PLUGINSERVICE
  127. /forge-1.16.3-34.1.25.jar runtime_enum_extender PLUGINSERVICE
  128. /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE
  129. /forge-1.16.3-34.1.25.jar capability_inject_definalize PLUGINSERVICE
  130. /forge-1.16.3-34.1.25.jar runtimedistcleaner PLUGINSERVICE
  131. /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
  132. /forge-1.16.3-34.1.25.jar fml TRANSFORMATIONSERVICE
  133. /MixinBootstrap-1.0.5.jar mixinbootstrap TRANSFORMATIONSERVICE
  134. FML: 34.1
  135. Forge: net.minecraftforge:34.1.25
  136. FML Language Providers:
  137. javafml@34.1
  138. minecraft@1
  139. Mod List:
  140. NetherPortalFix_1.16.3-7.2.0.jar NetherPortalFix {netherportalfix@7.2.0 DONE}
  141. forge-1.16.3-geckolib-2.1.2.jar GeckoLib {geckolib@2.1.2 DONE}
  142. incontrol-1.16-5.0.1.jar InControl {incontrol@1.16-5.0.1 DONE}
  143. DoggyTalents-1.16.3-2.0.0.5.jar Doggy Talents 2 {doggytalents@2.0.0.5 DONE}
  144. mcw-windows-1.0.2-mc1.16.3.jar Macaw's Windows {mcwwindows@1.0.2 DONE}
  145. arcanumapi-1.16.3-0.3.0.jar Arcanum API {arcanumapi@0.3.0 DONE}
  146. guiclock_1.16.3-2.0.jar GUI Clock {guiclock@2.0 DONE}
  147. rsgauges-1.16.3-1.2.4.jar Gauges and Switches {rsgauges@1.2.4 DONE}
  148. BowInfinityFix-1.16.x-rv9.1.jar Bow Infinity Fix {bowinfinityfix@rv9.1 DONE}
  149. BetterCaves-1.16.2-1.0.4.jar YUNG's Better Caves {bettercaves@1.16.2-1.0.4 DONE}
  150. ForgeEndertech-1.16.3-7.0.6.0-build.0024.jar Forge Endertech {forgeendertech@7.0.6.0 DONE}
  151. CTM-MC1.16.1-1.1.1.5.jar ConnectedTexturesMod {ctm@MC1.16.1-1.1.1.5 DONE}
  152. CookingForBlockheads_1.16.3-9.2.1.jar Cooking for Blockheads {cookingforblockheads@9.2.1 DONE}
  153. ReAuth-1.16-Forge-3.9.2.jar ReAuth {reauth@3.9.2 DONE}
  154. Placebo-1.16.3-4.3.3.jar Placebo {placebo@4.3.3 DONE}
  155. ftb-gui-library-1603.1.1.25.jar FTB GUI Library {ftbguilibrary@1603.1.1.25 DONE}
  156. potionofbees-1.16.3-1.1.0.1.jar Potion of Bees {potionofbees@1.1.0.1 DONE}
  157. Bookshelf-1.16.3-8.7.20.jar Bookshelf {bookshelf@8.7.20 DONE}
  158. reliquary-1.16.3-1.3.4.1048.jar Reliquary {xreliquary@1.16.3-1.3.4.1048 DONE}
  159. guardvillagers-1.16.3-1.1.5.jar Guard Villagers {guardvillagers@1.1.5 DONE}
  160. u_team_core-1.16.3-3.1.10.183.jar U Team Core {uteamcore@3.1.10.183 DONE}
  161. mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar Macaw's Doors {mcwdoors@1.0.1 DONE}
  162. Hwyla-forge-1.10.11-B78_1.16.2.jar Waila {waila@1.10.11-B78_1.16.2 DONE}
  163. JustEnoughResources-1.16.3-0.12.0.102.jar Just Enough Resources {jeresources@0.12.0.102 DONE}
  164. shetiphiancore-1.16-3.8.3.jar ShetiPhian-Core {shetiphiancore@3.8.3 DONE}
  165. structure-gel-api-1.16.3-1.5.1.jar Structure Gel API {structure_gel@1.5.1 DONE}
  166. mcw-bridges-1.0.4-mc1.16.3.jar Macaw's Bridges {mcwbridges@1.0.4 DONE}
  167. useful_backpacks-1.16.3-1.11.6.83.jar Useful Backpacks {usefulbackpacks@1.11.6.83 DONE}
  168. repurposed_structures-1.16.3-2.2.11.jar Repurposed Structures {repurposed_structures@1.16.3-2.2.11 DONE}
  169. endertanks-1.16-1.9.3.jar EnderTanks {endertanks@1.9.3 DONE}
  170. assortedstorage-1.16.3-1.0.1.jar Assorted Storage {assortedstorage@1.16.3-1.0.1 DONE}
  171. BiomesOPlenty-1.16.3-12.0.0.413-universal.jar Biomes O' Plenty {biomesoplenty@1.16.3-12.0.0.410 DONE}
  172. valhelsia_structures-16.0.5.jar Valhelsia Structures {valhelsia_structures@16.0.5 DONE}
  173. carmoury-1.16.3-0.2.jar Conguerors Armoury {carmoury@0.1 DONE}
  174. nordicarcanum-1.16.3-0.5.0.jar Nordic Arcanum {nordicarcanum@0.5.0 DONE}
  175. dungeons-plus-1.16.3-1.0.3.jar Dungeons Plus {dungeons_plus@1.0.3 DONE}
  176. mcw-trapdors-1.0.0-mc1.16.3.jar Macaw's Trapdoors {mcwtrpdoors@1.0.0 DONE}
  177. masonry-1.16.3-0.3.6.jar Masonry {masonry@NONE DONE}
  178. extcaves-2.4.jar Extended Caves {extcaves@2.4 DONE}
  179. BetterDefaultBiomes-1.16.3-Alpha+2.3.0.jar Better Default Biomes {betterdefaultbiomes@Alpha 2.3.0 DONE}
  180. NetherEnhanced-1.16.3-0.1.jar Nether Enhanced {netherenhanced@0.1 DONE}
  181. assortedtools-1.16.3-1.0.1.jar Assorted Tools {assortedtools@1.16.3-1.0.1 DONE}
  182. curios-forge-1.16.3-4.0.2.0.jar Curios API {curios@1.16.3-4.0.2.0 DONE}
  183. Botania-1.16.3-409.jar Botania {botania@1.16.3-409 DONE}
  184. Patchouli-1.16.2-47.jar Patchouli {patchouli@1.16.2-47 DONE}
  185. collective-1.16.3-1.53.jar Collective {collective@1.53 DONE}
  186. angelring-1.16.3-1.3.3.jar Angel Ring {angelring@1.3.3 DONE}
  187. EnigmaticLegacy-2.7.1.jar Enigmatic Legacy {enigmaticlegacy@2.7.1 DONE}
  188. buildersaddition-1.16.3-20201028b.jar Builders Crafts & Addition {buildersaddition@1.16.3-20201028b DONE}
  189. carrierbees-1.16.3-0.0.2.2.jar Carrier Bees {carrierbees@1.16.3-0.0.2.2 DONE}
  190. mcws-roofs-1.16.3-v2.0.0.jar Macaw's Roofs {mcwroofs@2.0.0 DONE}
  191. curiouselytra-forge-1.16.3-4.0.0.1.jar Curious Elytra {curiouselytra@1.16.3-4.0.0.1 DONE}
  192. clib-1.16.3-1.4.0.jar Conguerors Library {clib@1.4.0 DONE}
  193. moreoverlays-1.18.9_PREVIEW_1-mc1.16.3.jar More Overlays Updated {moreoverlays@1.18.9_PREVIEW_1-mc1.16.3 DONE}
  194. productivebees-1.16.3-0.4.1.4.jar Productive Bees {productivebees@1.16.3-0.4.1.4 DONE}
  195. cloth-config-forge-4.1.0.jar Cloth Config v4 API {cloth-config@4.0 DONE}
  196. infinitetrading_1.16.3_1.2.jar Infinite Trading {infinitetrading@1.2 DONE}
  197. FastLeafDecay-v25.jar FastLeafDecay {fastleafdecay@v25 DONE}
  198. BetterMineshaftsForge-1.16.2-1.0.1.jar YUNG's Better Mineshafts {bettermineshafts@1.16.2-1.0.1 DONE}
  199. lumberjack-2.1.4.jar LumberJack {lumberjack@2.1.4 DONE}
  200. BetterAdvancements-1.16.3-0.1.0.102.jar Better Advancements {betteradvancements@0.1.0.102 DONE}
  201. ExtraArmor_1.16.3-1.1.3.jar Extra Armor Mod {extraarmor@1.16.2-1.0.0 DONE}
  202. QuarkOddities-1.16.3.jar Quark Oddities {quarkoddities@1.16.3 DONE}
  203. AdFinders-1.16.3-5.0.3.0-build.0017.jar Advanced Finders {adfinders@5.0.3.0 DONE}
  204. biggerreactors-1.16.3-0.2.0-beta.jar Bigger Reactors {biggerreactors@0.2.0 DONE}
  205. woot-1.16.3-1.0.0.0.jar Woot {woot@1.16.3-1.0.0.0 DONE}
  206. Bountiful-Baubles-FORGE-1.16.3-0.0.1.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
  207. jei-1.16.3-7.6.0.49.jar Just Enough Items {jei@7.5.0.43 DONE}
  208. Tiny-Coal-1.16.3-1.0.0.jar Tiny Coal {tinycoal@1.0.0 DONE}
  209. caelus-forge-1.16.3-2.0.0.3.jar Caelus API {caelus@1.16.3-2.0.0.3 DONE}
  210. WAWLA-1.16.3-6.0.1.jar WAWLA {wawla@6.0.1 DONE}
  211. Waystones_1.16.3-7.3.0.jar Waystones {waystones@7.3.0 DONE}
  212. NeverNeededOrWanted-1.16.3-1.0.4.jar Never Needed Or Wanted {nnow@1.16.3-1.0.4 DONE}
  213. light-overlay-5.5.4.jar Light Overlay Forge {lightoverlay-forge@NONE DONE}
  214. FruitTrees-1.16.3-2.1.0.jar Fruit Trees {fruittrees@2.1.0 DONE}
  215. Kiwi-1.16.3-3.4.0.jar Kiwi {kiwi@3.4.0 DONE}
  216. guicompass_1.16.3_1.3.jar GUI Compass {guicompass@1.3 DONE}
  217. BotanyPots-1.16.3-5.1.11.jar BotanyPots {botanypots@5.1.11 DONE}
  218. phosphophyllite-1.16.3-0.0.5-beta.jar Phosphophyllite {phosphophyllite@0.0.5 DONE}
  219. DungeonCrawl-1.16.3-2.1.1.jar Dungeon Crawl {dungeoncrawl@2.1.1 DONE}
  220. curioofundying-forge-1.16.3-5.0.0.1.jar Curio of Undying {curioofundying@1.16.3-5.0.0.1 DONE}
  221. FarmingForBlockheads_1.16.3-7.2.0.jar Farming for Blockheads {farmingforblockheads@7.2.0 DONE}
  222. nhacampfire_1.16.3-3.0.jar No Hostiles Around Campfire {nhacampfire@3.0 DONE}
  223. JEITweaker-1.16.3-1.0.1.4.jar JEI Tweaker {jeitweaker@1.0.1.4 DONE}
  224. fixedanvilrepaircost_1.16.3_1.1.jar Fixed Anvil Repair Cost {fixedanvilrepaircost@1.1 DONE}
  225. CraftTweaker-1.16.3-7.0.0.48.jar CraftTweaker {crafttweaker@7.0.0.48 DONE}
  226. ars_nouveau-1.16.3-1.2.4.jar Ars Nouveau {ars_nouveau@1.2.4 DONE}
  227. forge-1.16.3-34.1.25-universal.jar Forge {forge@34.1.25 DONE}
  228. Ceramics-1.16.3-1.5.1.jar Ceramics {ceramics@1.5.1 DONE}
  229. WailaHarvestability-mc1.16.2-forge-1.1.13.jar Waila Harvestability {wailaharvestability@1.1.13 DONE}
  230. immersiveposts-1.16.3-3.0.0.jar Immersive Posts {immersiveposts@3.0.0 DONE}
  231. forge-1.16.3-34.1.25-client.jar Minecraft {minecraft@1.16.3 DONE}
  232. EnchantmentDescriptions-1.16.3-5.0.5.jar EnchantmentDescriptions {enchdesc@5.0.5 DONE}
  233. swingthroughgrass-1.16.3-1.5.2.jar SwingThroughGrass {swingthroughgrass@1.16.3-1.5.2 DONE}
  234. pandoras_creatures-1.16.3-2.0.1.jar Pandoras Creatures {pandoras_creatures@1.16.3-2.0.1 DONE}
  235. livingthings-1.16.3-1.2.2.jar Living Things {livingthings@1.16.3 - 1.2.2 DONE}
  236. MouseTweaks-2.13-mc1.16.2.jar Mouse Tweaks {mousetweaks@2.13 DONE}
  237. ImmersiveEngineering-1.16.3-4.1.0-124.jar Immersive Engineering {immersiveengineering@1.16.3-4.1.0-124 DONE}
  238. morevanillalib-1.16.2-1.2.14.jar MoreVanillaLib {morevanillalib@1.2.14 DONE}
  239. inventorytotem_1.16.3_1.1.jar Inventory Totem {inventorytotem@1.1 DONE}
  240. pamhc2crops-1.16.3-1.0.1.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
  241. AdLods-1.16.3-4.1.1.0-build.0026.jar Large Ore Deposits {adlods@4.1.1.0 DONE}
  242. storage_overhaul-1.16.3-1.0.3.jar Storage Overhaul {storage_overhaul@1.16.3-1.0.3 DONE}
  243. ceramicshears-1.3.2-1.16.1+.jar Ceramic Shears {ceramicshears@1.3.2-1.16.1+ DONE}
  244. jeiintegration_1.16.3-6.0.0.8.jar JEI Integration {jeiintegration@6.0.0.8 DONE}
  245. Mantle-1.16.3-1.6.40.jar Mantle {mantle@1.6.40 DONE}
  246. pamhc2foodcore-1.16.3-1.0.0.jar Pam's HarvestCraft 2 Food Core {pamhc2foodcore@version DONE}
  247. FastWorkbench-1.16.3-4.4.0.jar FastWorkbench {fastbench@4.4.0 DONE}
  248. polymorph-forge-1.16.3-0.16.jar Polymorph {polymorph@1.16.3-0.16 DONE}
  249. AutoRegLib-1.6-46.jar AutoRegLib {autoreglib@1.6-46 DONE}
  250. Quark-r2.4-272.jar Quark {quark@r2.4-272 DONE}
  251. extragolems-11.1.6.jar Extra Golems {golems@11.1.6 DONE}
  252. StorageDrawers-1.16.3-8.2.0.jar Storage Drawers {storagedrawers@8.2.0 DONE}
  253. earthmobsmod-1.16.3-0.1.2-Beta.jar Earth Mobs Mod {earthmobsmod@1.16.3-0.1.2-Beta DONE}
  254. enderchests-1.16-1.7.4.jar EnderChests {enderchests@1.7.4 DONE}
  255. vanillahammers-1.16.2-2.1.3.jar Vanilla Hammers {vanillahammers@2.1.3 DONE}
  256. Regrowth-1.16.2-1.16.3-1.21.0.14.jar Regrowth Mod {regrowth@1.21.0.14 DONE}
  257. assorteddecor-1.16.3-1.0.0.jar Assorted Decor {assorteddecor@1.16.3-1.0.0 DONE}
  258. AppleSkin-mc1.16.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 DONE}
  259. engineersdecor-1.16.3-1.1.3-b2.jar Engineer's Decor {engineersdecor@1.1.3-b2 DONE}
  260. solcarrot-1.16.3-1.9.8.jar Spice of Life: Carrot Edition {solcarrot@1.16.3-1.9.8 DONE}
  261. aawitherskull_1.16.3_1.1.jar Always a Wither Skull {aawitherskull@1.1 DONE}
  262. durabilityviewer-1.16.2-forge33.0.5-1.8.6.jar Giselbaers Durability Viewer {durabilityviewer@1.16.2-forge33.0.5-1.8.6 DONE}
  263. Aquaculture-1.16.3-2.1.5.jar Aquaculture 2 {aquaculture@1.16.3-2.1.5 DONE}
  264. CosmeticArmorReworked-1.16.3-v1.jar CosmeticArmorReworked {cosmeticarmorreworked@1.16.3-v1 DONE}
  265. overloadedarmorbar-5.1.0.jar Overloaded Armor Bar {overloadedarmorbar@5.1.0 DONE}
  266. healingcf_1.16.3-3.1.jar Healing Campfire {healingcf@3.1 DONE}
  267. alllootdrops_1.16.3_2.0.jar All Loot Drops {alllootdrops@2.0 DONE}
  268. Crash Report UUID: c98a08ee-2db3-4797-b5d5-7588a85ef0ec
  269. Kiwi Modules:
  270. fruittrees:cherry
  271. fruittrees:core
  272. fruittrees:hybridization
  273. kiwi:contributors
  274. kiwi:data
  275. Patchouli open book context: n/a
  276. Player Count: 1 / 8; [ServerPlayerEntity['drakray'/635, l='ServerLevel[World #7923-NZ75]', x=100.50, y=49.00, z=0.50]]
  277. Data Packs: vanilla, mod:netherportalfix (incompatible), mod:geckolib (incompatible), mod:incontrol (incompatible), mod:doggytalents (incompatible), mod:mcwwindows (incompatible), mod:arcanumapi (incompatible), mod:guiclock, mod:rsgauges, mod:bowinfinityfix (incompatible), mod:bettercaves (incompatible), mod:forgeendertech, mod:ctm (incompatible), mod:cookingforblockheads (incompatible), mod:reauth, mod:placebo (incompatible), mod:ftbguilibrary (incompatible), mod:potionofbees (incompatible), mod:bookshelf, mod:xreliquary, mod:guardvillagers (incompatible), mod:uteamcore, mod:mcwdoors, mod:waila, mod:jeresources, mod:shetiphiancore, mod:structure_gel, mod:mcwbridges (incompatible), mod:usefulbackpacks, mod:repurposed_structures, mod:endertanks, mod:assortedstorage, mod:biomesoplenty (incompatible), mod:valhelsia_structures (incompatible), mod:carmoury, mod:nordicarcanum (incompatible), mod:dungeons_plus, mod:mcwtrpdoors (incompatible), mod:masonry (incompatible), mod:extcaves, mod:betterdefaultbiomes, mod:netherenhanced, mod:assortedtools, mod:curios, mod:botania, mod:patchouli (incompatible), mod:collective, mod:angelring (incompatible), mod:enigmaticlegacy (incompatible), mod:buildersaddition (incompatible), mod:carrierbees (incompatible), mod:mcwroofs (incompatible), mod:curiouselytra, mod:clib (incompatible), mod:moreoverlays (incompatible), mod:productivebees (incompatible), mod:cloth-config (incompatible), mod:infinitetrading, mod:fastleafdecay (incompatible), mod:bettermineshafts (incompatible), mod:lumberjack, mod:betteradvancements, mod:extraarmor (incompatible), mod:quarkoddities (incompatible), mod:adfinders, mod:biggerreactors (incompatible), mod:woot, mod:bountifulbaubles (incompatible), mod:jei, mod:tinycoal (incompatible), mod:caelus, mod:wawla, mod:waystones (incompatible), mod:nnow, mod:lightoverlay-forge (incompatible), mod:fruittrees, mod:kiwi (incompatible), mod:guicompass, mod:botanypots, mod:phosphophyllite (incompatible), mod:dungeoncrawl, mod:curioofundying, mod:farmingforblockheads (incompatible), mod:nhacampfire, mod:jeitweaker (incompatible), mod:fixedanvilrepaircost, mod:crafttweaker, mod:ars_nouveau, mod:forge, mod:ceramics (incompatible), mod:wailaharvestability, mod:immersiveposts (incompatible), mod:enchdesc, mod:swingthroughgrass (incompatible), mod:pandoras_creatures (incompatible), mod:livingthings, mod:mousetweaks, mod:immersiveengineering (incompatible), mod:morevanillalib (incompatible), mod:inventorytotem, mod:pamhc2crops (incompatible), mod:adlods, mod:storage_overhaul, mod:ceramicshears (incompatible), mod:jeiintegration, mod:mantle (incompatible), mod:pamhc2foodcore (incompatible), mod:fastbench (incompatible), mod:polymorph (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:golems (incompatible), mod:storagedrawers (incompatible), mod:earthmobsmod (incompatible), mod:enderchests, mod:vanillahammers (incompatible), mod:regrowth, mod:assorteddecor, mod:appleskin, mod:engineersdecor, mod:solcarrot (incompatible), mod:aawitherskull, mod:durabilityviewer (incompatible), mod:aquaculture (incompatible), mod:cosmeticarmorreworked (incompatible), mod:overloadedarmorbar (incompatible), mod:healingcf, mod:alllootdrops
  278. Type: Integrated Server (map_client.txt)
  279. Is Modded: Definitely; Client brand changed to 'forge'
Add Comment
Please, Sign In to add comment