drakray

Untitled

Nov 17th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.79 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 17/11/20 6:35 AM
  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) ~[nordicarcanum:?] {re:classloading}
  10. at com.lordskittles.nordicarcanum.common.world.feature.decorators.DecoratorUndergroundLake.func_241857_a(DecoratorUndergroundLake.java:17) ~[nordicarcanum:?] {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}
  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}
  21. at net.minecraft.world.server.ChunkManager.lambda$chunkGenerate$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) ~[nordicarcanum:?] {re:classloading}
  44. at com.lordskittles.nordicarcanum.common.world.feature.decorators.DecoratorUndergroundLake.func_241857_a(DecoratorUndergroundLake.java:17) ~[nordicarcanum:?] {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}
  49. -- Feature --
  50. Details:
  51. Id: minecraft:decorated
  52. Config: < DecoratedFeatureConfig [minecraft:lake | [nordicarcanum:liquid_arcanum_lake net.minecraft.world.gen.placement.ChanceConfig@6b057587]] >
  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: 1
  61. CenterZ: 1
  62. Seed: 334691033393988168
  63. Biome: net.minecraft.world.biome.Biome@74265505
  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: 1,1
  73. Position hash: 4294967297
  74. Generator: net.minecraft.world.gen.FlatChunkGenerator@40b29289
  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}
  78. at net.minecraft.world.server.ChunkManager.lambda$chunkGenerate$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: 0 total; []
  90. Chunk stats: ServerChunkCache: 529
  91. Level dimension: minecraft:overworld
  92. Level spawn location: World: (8,-1,8), Chunk: (at 8,-1,8 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)
  93. Level time: 0 game time, 0 day time
  94. Level name: World #4596-SN97
  95. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  96. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  97. Known server brands: forge
  98. Level was modded: true
  99. Level storage version: 0x04ABD - Anvil
  100. Stacktrace:
  101. at net.minecraft.server.MinecraftServer.func_240787_a_(MinecraftServer.java:353) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
  102. at net.minecraft.server.MinecraftServer.func_240800_l__(MinecraftServer.java:308) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
  103. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:60) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
  104. at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:620) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
  105. at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
  106. at java.lang.Thread.run(Unknown Source) [?:1.8.0_251] {}
  107.  
  108.  
  109. -- System Details --
  110. Details:
  111. Minecraft Version: 1.16.4
  112. Minecraft Version ID: 1.16.4
  113. Operating System: Windows 10 (amd64) version 10.0
  114. Java Version: 1.8.0_251, Oracle Corporation
  115. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  116. Memory: 904638984 bytes (862 MB) / 3791650816 bytes (3616 MB) up to 4294967296 bytes (4096 MB)
  117. CPUs: 8
  118. 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
  119. ModLauncher: 8.0.6+85+master.325de55
  120. ModLauncher launch target: fmlclient
  121. ModLauncher naming: srg
  122. ModLauncher services:
  123. /mixin-0.8.2.jar mixin PLUGINSERVICE
  124. /eventbus-3.0.5-service.jar eventbus PLUGINSERVICE
  125. /forge-1.16.4-35.0.18.jar object_holder_definalize PLUGINSERVICE
  126. /forge-1.16.4-35.0.18.jar runtime_enum_extender PLUGINSERVICE
  127. /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE
  128. /forge-1.16.4-35.0.18.jar capability_inject_definalize PLUGINSERVICE
  129. /forge-1.16.4-35.0.18.jar runtimedistcleaner PLUGINSERVICE
  130. /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
  131. /forge-1.16.4-35.0.18.jar fml TRANSFORMATIONSERVICE
  132. FML: 35.0
  133. Forge: net.minecraftforge:35.0.18
  134. FML Language Providers:
  135. javafml@35.0
  136. minecraft@1
  137. Mod List:
  138. justenoughbeacons-3.1-1.16.3.jar |Just Enough Beacons |justenoughbeacons |3.1-1.16.3 |DONE |NOSIGNATURE
  139. NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |NOSIGNATURE
  140. Wyrmroost-1.16.3-1.2.7.jar |Wyrmroost |wyrmroost |1.16.3-1.2.7 |DONE |NOSIGNATURE
  141. forge-1.16.3-geckolib-2.1.2.jar |GeckoLib |geckolib |2.1.2 |DONE |NOSIGNATURE
  142. incontrol-1.16-5.0.2.jar |InControl |incontrol |1.16-5.0.2 |DONE |NOSIGNATURE
  143. DoggyTalents-1.16.4-2.0.1.1.jar |Doggy Talents 2 |doggytalents |2.0.1.1 |DONE |NOSIGNATURE
  144. mcw-windows-1.0.2-mc1.16.4.jar |Macaw's Windows |mcwwindows |1.0.2 |DONE |NOSIGNATURE
  145. arcanumapi-1.16.3-0.3.0.jar |Arcanum API |arcanumapi |0.3.0 |DONE |NOSIGNATURE
  146. guiclock_1.16.4-2.0.jar |GUI Clock |guiclock |2.0 |DONE |NOSIGNATURE
  147. rsgauges-1.16.4-1.2.6-b1.jar |Gauges and Switches |rsgauges |1.2.6-b1 |DONE |NOSIGNATURE
  148. BowInfinityFix-1.16.x-rv9.1.jar |Bow Infinity Fix |bowinfinityfix |rv9.1 |DONE |NOSIGNATURE
  149. BetterCaves-1.16.3-1.0.5.jar |YUNG's Better Caves |bettercaves |1.16.3-1.0.5 |DONE |NOSIGNATURE
  150. InitialInventory-5.0.1.11.jar |Initial Inventory |initialinventory |5.0.1.11 |DONE |NOSIGNATURE
  151. ForgeEndertech-1.16.4-7.0.8.0-build.0028.jar |Forge Endertech |forgeendertech |7.0.8.0 |DONE |NOSIGNATURE
  152. configurableextramobdrops_1.16.4-1.1.jar |Configurable Extra Mob Drops |configurableextramobdrops |1.1 |DONE |NOSIGNATURE
  153. CTM-MC1.16.1-1.1.1.5.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.1.5 |DONE |NOSIGNATURE
  154. CookingForBlockheads_1.16.3-9.2.2.jar |Cooking for Blockheads |cookingforblockheads |9.2.2 |DONE |NOSIGNATURE
  155. ReAuth-1.16-Forge-3.9.3.jar |ReAuth |reauth |3.9.3 |DONE |3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
  156. Placebo-1.16.3-4.3.3.jar |Placebo |placebo |4.3.3 |DONE |NOSIGNATURE
  157. citadel-1.5.0.jar |Citadel |citadel |1.5.0 |DONE |NOSIGNATURE
  158. ftb-gui-library-1603.1.1.25.jar |FTB GUI Library |ftbguilibrary |1603.1.1.25 |DONE |NOSIGNATURE
  159. potionofbees-1.16.3-1.1.0.1.jar |Potion of Bees |potionofbees |1.1.0.1 |DONE |NOSIGNATURE
  160. gemsnjewels-1.16.4-0.18.0.jar |Gems & Jewels |gemsnjewels |0.18.0 |DONE |NOSIGNATURE
  161. Bookshelf-1.16.4-9.0.7.jar |Bookshelf |bookshelf |9.0.7 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
  162. reliquary-1.16.3-1.3.4.1055.jar |Reliquary |xreliquary |1.16.3-1.3.4.1055 |DONE |NOSIGNATURE
  163. guardvillagers-1.16.3-1.1.5.jar |Guard Villagers |guardvillagers |1.1.5 |DONE |NOSIGNATURE
  164. u_team_core-1.16.4-3.1.12.186.jar |U Team Core |uteamcore |3.1.12.186 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
  165. mcw-doors-1.0.1fix-mc1.16.4.jar |Macaw's Doors |mcwdoors |1.0.1 |DONE |NOSIGNATURE
  166. Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |NOSIGNATURE
  167. JustEnoughResources-1.16.4-0.12.0.103.jar |Just Enough Resources |jeresources |0.12.0.103 |DONE |NOSIGNATURE
  168. shetiphiancore-1.16-3.8.4.jar |ShetiPhian-Core |shetiphiancore |3.8.4 |DONE |NOSIGNATURE
  169. supplementaries-0.8.8.jar |Supplementaries |supplementaries |0.8.8 |DONE |NOSIGNATURE
  170. structure-gel-api-1.16.4-1.6.0.jar |Structure Gel API |structure_gel |1.6.0 |DONE |NOSIGNATURE
  171. mcw-bridges-1.0.4-mc1.16.4.jar |Macaw's Bridges |mcwbridges |1.0.4 |DONE |NOSIGNATURE
  172. useful_backpacks-1.16.4-1.11.6.86.jar |Useful Backpacks |usefulbackpacks |1.11.6.86 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
  173. repurposed_structures-1.16.4-2.3.0.jar |Repurposed Structures |repurposed_structures |1.16.4-2.3.0 |DONE |NOSIGNATURE
  174. endertanks-1.16-1.9.3.jar |EnderTanks |endertanks |1.9.3 |DONE |NOSIGNATURE
  175. assortedstorage-1.16.4-2.0.0.jar |Assorted Storage |assortedstorage |1.16.4-2.0.0 |DONE |NOSIGNATURE
  176. BiomesOPlenty-1.16.4-13.0.0.420-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.418 |DONE |NOSIGNATURE
  177. valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |NOSIGNATURE
  178. carmoury-1.16.3,4-1.1.0.jar |Conguerors Armoury |carmoury |0.1.0 |DONE |NOSIGNATURE
  179. nordicarcanum-1.16.3-0.5.1.jar |Nordic Arcanum |nordicarcanum |0.5.1 |DONE |NOSIGNATURE
  180. dungeons-plus-1.16.3-1.0.3.jar |Dungeons Plus |dungeons_plus |1.0.3 |DONE |NOSIGNATURE
  181. mcw-trapdors-1.0.0-mc1.16.4.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.0 |DONE |NOSIGNATURE
  182. masonry-1.16.3-0.3.6.jar |Masonry |masonry |NONE |DONE |NOSIGNATURE
  183. extcaves-2.4.jar |Extended Caves |extcaves |2.4 |DONE |NOSIGNATURE
  184. BetterDefaultBiomes-1.16.3-Alpha+2.4.4.jar |Better Default Biomes |betterdefaultbiomes |Alpha 2.4.4 |DONE |NOSIGNATURE
  185. NetherEnhanced-1.16.3-0.3.jar |Nether Enhanced |netherenhanced |0.1 |DONE |NOSIGNATURE
  186. assortedtools-1.16.4-2.1.0.jar |Assorted Tools |assortedtools |1.16.4-2.1.0 |DONE |NOSIGNATURE
  187. curios-forge-1.16.4-4.0.2.1.jar |Curios API |curios |1.16.4-4.0.2.1 |DONE |NOSIGNATURE
  188. Botania-1.16.3-409.jar |Botania |botania |1.16.3-409 |DONE |NOSIGNATURE
  189. Patchouli-1.16.2-47.jar |Patchouli |patchouli |1.16.2-47 |DONE |NOSIGNATURE
  190. collective-1.16.4-1.53.jar |Collective |collective |1.53 |DONE |NOSIGNATURE
  191. angelring-1.16.3-1.3.3.jar |Angel Ring |angelring |1.3.3 |DONE |NOSIGNATURE
  192. EnigmaticLegacy-2.9.2.jar |Enigmatic Legacy |enigmaticlegacy |2.9.1 |DONE |NOSIGNATURE
  193. buildersaddition-1.16.3-20201113a.jar |Builders Crafts & Addition |buildersaddition |1.16.3-20201113a |DONE |NOSIGNATURE
  194. carrierbees-1.16.3-0.0.2.2.jar |Carrier Bees |carrierbees |1.16.3-0.0.2.2 |DONE |NOSIGNATURE
  195. mcws-roofs-2.0.0-mc1.16.4.jar |Macaw's Roofs |mcwroofs |2.0.0 |DONE |NOSIGNATURE
  196. curiouselytra-forge-1.16.3-4.0.0.1.jar |Curious Elytra |curiouselytra |1.16.3-4.0.0.1 |DONE |NOSIGNATURE
  197. clib-1.16.3,4-1.5.0.jar |Conguerors Library |clib |1.5.0 |DONE |NOSIGNATURE
  198. moreoverlays-1.18.11-mc1.16.4.jar |More Overlays Updated |moreoverlays |1.18.11-mc1.16.4 |DONE |NOSIGNATURE
  199. productivebees-1.16.3-0.5.0.4.jar |Productive Bees |productivebees |1.16.3-0.5.0.4 |DONE |NOSIGNATURE
  200. The_Undergarden-1.16.3-0.3.8.jar |The Undergarden |undergarden |0.3.8 |DONE |NOSIGNATURE
  201. chunkloaders-1.1.0a-mc1.16.4.jar |Chunk Loaders |chunkloaders |1.1.0a |DONE |NOSIGNATURE
  202. AdChimneys-1.16.4-6.0.4.0-build.0027.jar |Advanced Chimneys |adchimneys |6.0.4.0 |DONE |NOSIGNATURE
  203. charm-forge-1.16.4-2.1.1-hotfix3.jar |Charm |charm |2.1.1 |DONE |NOSIGNATURE
  204. infinitetrading_1.16.4-1.2.jar |Infinite Trading |infinitetrading |1.2 |DONE |NOSIGNATURE
  205. FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |NOSIGNATURE
  206. BetterMineshafts-Forge-1.16.3-1.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.3-1.1 |DONE |NOSIGNATURE
  207. lumberjack-2.1.4.jar |LumberJack |lumberjack |2.1.4 |DONE |NOSIGNATURE
  208. BetterAdvancements-1.16.4-0.1.0.103.jar |Better Advancements |betteradvancements |0.1.0.103 |DONE |NOSIGNATURE
  209. ExtraArmor_1.16.4-1.1.3.jar |Extra Armor Mod |extraarmor |1.16.4-1.1.3 |DONE |NOSIGNATURE
  210. QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE
  211. AdFinders-1.16.4-5.0.4.0-build.0027.jar |Advanced Finders |adfinders |5.0.4.0 |DONE |NOSIGNATURE
  212. biggerreactors-1.16.3-0.2.4-beta.jar |Bigger Reactors |biggerreactors |0.2.4 |DONE |NOSIGNATURE
  213. woot-1.16.3-1.0.0.2.jar |Woot |woot |1.16.3-1.0.0.2 |DONE |NOSIGNATURE
  214. Bountiful+Baubles+FORGE-1.16.3-0.0.2.jar |Bountiful Baubles |bountifulbaubles |NONE |DONE |NOSIGNATURE
  215. jei-1.16.4-7.6.0.58.jar |Just Enough Items |jei |7.6.0.58 |DONE |NOSIGNATURE
  216. Tiny-Coal-1.16.4-1.0.0.jar |Tiny Coal |tinycoal |1.0.0 |DONE |NOSIGNATURE
  217. caelus-forge-1.16.4-2.1.0.0.jar |Caelus API |caelus |1.16.4-2.1.0.0 |DONE |NOSIGNATURE
  218. WAWLA-1.16.4-7.0.1.jar |WAWLA |wawla |7.0.1 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
  219. invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |NOSIGNATURE
  220. Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
  221. NeverNeededOrWanted-1.16.3-1.0.5b.jar |Never Needed Or Wanted |nnow |1.16.3-1.0.5b |DONE |NOSIGNATURE
  222. BasaltBlocks-1.16.3-1.0.0.jar |Basalt Blocks |basaltblocks |1.0.0 |DONE |NOSIGNATURE
  223. FruitTrees-1.16.3-2.2.0.jar |Fruit Trees |fruittrees |2.2.0 |DONE |NOSIGNATURE
  224. Kiwi-1.16.3-3.4.1.jar |Kiwi |kiwi |3.4.1 |DONE |NOSIGNATURE
  225. guicompass_1.16.4-1.3.jar |GUI Compass |guicompass |1.3 |DONE |NOSIGNATURE
  226. BotanyPots-1.16.4-6.0.5.jar |BotanyPots |botanypots |6.0.5 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
  227. BotanyTrees-1.16.4-2.0.4.jar |BotanyTrees |botanytrees |2.0.4 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
  228. phosphophyllite-1.16.3-0.2.1-beta.jar |Phosphophyllite |phosphophyllite |0.2.1 |DONE |NOSIGNATURE
  229. DungeonCrawl-1.16.3-2.2.1.jar |Dungeon Crawl |dungeoncrawl |2.2.1 |DONE |NOSIGNATURE
  230. curioofundying-forge-1.16.3-5.0.0.1.jar |Curio of Undying |curioofundying |1.16.3-5.0.0.1 |DONE |NOSIGNATURE
  231. FarmingForBlockheads_1.16.3-7.2.1.jar |Farming for Blockheads |farmingforblockheads |7.2.1 |DONE |NOSIGNATURE
  232. WorldNameRandomizer-FORGE-1.16.4-v1.1.1.jar |World Name Randomizer |worldnamerandomizer |1.16.4-v1.1.0 |DONE |NOSIGNATURE
  233. nhacampfire_1.16.4-3.0.jar |No Hostiles Around Campfire |nhacampfire |3.0 |DONE |NOSIGNATURE
  234. JEITweaker-1.16.4-1.0.1.5.jar |JEI Tweaker |jeitweaker |1.0.1.5 |DONE |NOSIGNATURE
  235. fixedanvilrepaircost_1.16.4-1.1.jar |Fixed Anvil Repair Cost |fixedanvilrepaircost |1.1 |DONE |NOSIGNATURE
  236. CraftTweaker-1.16.4-7.0.0.59.jar |CraftTweaker |crafttweaker |7.0.0.59 |DONE |NOSIGNATURE
  237. ars_nouveau-1.16.3-1.5.3.jar |Ars Nouveau |ars_nouveau |1.5.3 |DONE |NOSIGNATURE
  238. ImmersivePetroleum-1.16.3-3.0.0.jar |Immersive Petroleum |immersivepetroleum |3.0.0 |DONE |NOSIGNATURE
  239. forge-1.16.4-35.0.18-universal.jar |Forge |forge |35.0.18 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
  240. Ceramics-1.16.4-1.5.2.jar |Ceramics |ceramics |1.5.2 |DONE |NOSIGNATURE
  241. WailaHarvestability-mc1.16.2-forge-1.1.13.jar |Waila Harvestability |wailaharvestability |1.1.13 |DONE |NOSIGNATURE
  242. immersiveposts-1.16.3-3.0.0.jar |Immersive Posts |immersiveposts |3.0.0 |DONE |d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0
  243. forge-1.16.4-35.0.18-client.jar |Minecraft |minecraft |1.16.4 |DONE |NOSIGNATURE
  244. EnchantmentDescriptions-1.16.4-6.0.2.jar |EnchantmentDescriptions |enchdesc |6.0.2 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
  245. swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |NOSIGNATURE
  246. pandoras_creatures-1.16.3-2.0.1.jar |Pandoras Creatures |pandoras_creatures |1.16.3-2.0.1 |DONE |NOSIGNATURE
  247. livingthings-1.16.4-1.2.3.jar |Living Things |livingthings |1.16.4 - 1.2.3 |DONE |NOSIGNATURE
  248. MouseTweaks-2.13-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.13 |DONE |NOSIGNATURE
  249. ImmersiveEngineering-1.16.4-4.1.1-128.jar |Immersive Engineering |immersiveengineering |1.16.4-4.1.1-128 |DONE |44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
  250. morevanillalib-1.16.4-1.3.8.jar |MoreVanillaLib |morevanillalib |1.3.8 |DONE |NOSIGNATURE
  251. greekfantasy-16.3.1.jar |Greek Fantasy |greekfantasy |16.3.1 |DONE |NOSIGNATURE
  252. inventorytotem_1.16.4-1.1.jar |Inventory Totem |inventorytotem |1.1 |DONE |NOSIGNATURE
  253. AzureDoom-Chunk-Loader-1.16.4-1.0.0.jar |Azuredooms Chunk Loader Mod |chunk |1.16.4-1.0.0 |DONE |NOSIGNATURE
  254. pamhc2crops-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE
  255. AdLods-1.16.4-4.1.2.0-build.0027.jar |Large Ore Deposits |adlods |4.1.2.0 |DONE |NOSIGNATURE
  256. storage_overhaul-1.16.4-1.0.1.jar |Storage Overhaul |storage_overhaul |1.16.4-1.0.1 |DONE |NOSIGNATURE
  257. ceramicshears-1.3.2-1.16.1+.jar |Ceramic Shears |ceramicshears |1.3.2-1.16.1+ |DONE |NOSIGNATURE
  258. jeiintegration_1.16.4-6.1.0.10.jar |JEI Integration |jeiintegration |6.1.0.10 |DONE |NOSIGNATURE
  259. Mantle-1.16.4-1.6.43.jar |Mantle |mantle |1.6.43 |DONE |NOSIGNATURE
  260. rats-7.0.1-1.16.3.jar |Rats |rats |7.0.1 |DONE |NOSIGNATURE
  261. ratlantis-1.0.0-1.16.3.jar |Rats: Ratlantis |ratlantis |1.0.0-1.16.3 |DONE |NOSIGNATURE
  262. pamhc2foodcore-1.16.3-1.0.0.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE
  263. FastWorkbench-1.16.3-4.4.1.jar |FastWorkbench |fastbench |4.4.1 |DONE |NOSIGNATURE
  264. polymorph-forge-1.16.3-0.16.jar |Polymorph |polymorph |1.16.3-0.16 |DONE |NOSIGNATURE
  265. AutoRegLib-1.6-46.jar |AutoRegLib |autoreglib |1.6-46 |DONE |NOSIGNATURE
  266. Quark-r2.4-275.jar |Quark |quark |r2.4-275 |DONE |NOSIGNATURE
  267. extragolems-11.1.9.jar |Extra Golems |golems |11.1.9 |DONE |NOSIGNATURE
  268. earthmobsmod-1.16.4-0.1.2-Beta.jar |Earth Mobs Mod |earthmobsmod |1.16.4-0.1.2-Beta |DONE |NOSIGNATURE
  269. WorldPreGenerator-1.16.4-1.0.0.jar |World Pre Generator |world_pre_generator |1.0.0 |DONE |NOSIGNATURE
  270. enderchests-1.16-1.7.5.jar |EnderChests |enderchests |1.7.5 |DONE |NOSIGNATURE
  271. vanillahammers-1.16.4-2.2.0.jar |Vanilla Hammers |vanillahammers |2.2.0 |DONE |NOSIGNATURE
  272. Regrowth-1.16.4-1.21.0.16.jar |Regrowth Mod |regrowth |1.21.0.16 |DONE |NOSIGNATURE
  273. assorteddecor-1.16.4-2.0.2.jar |Assorted Decor |assorteddecor |1.16.4-2.0.2 |DONE |NOSIGNATURE
  274. AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
  275. engineersdecor-1.16.4-1.1.4-b2.jar |Engineer's Decor |engineersdecor |1.1.4-b2 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
  276. solcarrot-1.16.3-1.9.8.jar |Spice of Life: Carrot Edition |solcarrot |1.16.3-1.9.8 |DONE |NOSIGNATURE
  277. aawitherskull_1.16.4-1.1.jar |Always a Wither Skull |aawitherskull |1.1 |DONE |NOSIGNATURE
  278. durabilityviewer-1.16.4-forge35.0.7-1.9.jar |Giselbaers Durability Viewer |durabilityviewer |1.16.4-forge35.0.7-1|DONE |NOSIGNATURE
  279. byg-1.1.5.jar |Oh The Biomes You'll Go |byg |1.1.5 |DONE |NOSIGNATURE
  280. Aquaculture-1.16.4-2.1.6.jar |Aquaculture 2 |aquaculture |1.16.4-2.1.6 |DONE |NOSIGNATURE
  281. CosmeticArmorReworked-1.16.4-v1.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.4-v1 |DONE |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
  282. overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |NOSIGNATURE
  283. healingcf_1.16.4-3.1.jar |Healing Campfire |healingcf |3.1 |DONE |NOSIGNATURE
  284. farlanders-1.16.3-1.3.4.jar |The Farlanders |farlanders |1.3.4 |DONE |NOSIGNATURE
  285. alllootdrops_1.16.4-2.0.jar |All Loot Drops |alllootdrops |2.0 |DONE |NOSIGNATURE
  286. Crash Report UUID: 80b9a45e-d63a-42fc-9ab9-d5304d48865c
  287. Kiwi Modules:
  288. fruittrees:cherry
  289. fruittrees:core
  290. fruittrees:hybridization
  291. kiwi:contributors
  292. kiwi:data
  293. Patchouli open book context: n/a
  294. Player Count: 0 / 8; []
  295. Data Packs: vanilla, mod:justenoughbeacons (incompatible), mod:netherportalfix (incompatible), mod:wyrmroost (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:initialinventory (incompatible), mod:forgeendertech, mod:configurableextramobdrops, mod:ctm (incompatible), mod:cookingforblockheads (incompatible), mod:reauth, mod:placebo (incompatible), mod:citadel (incompatible), mod:ftbguilibrary (incompatible), mod:potionofbees (incompatible), mod:gemsnjewels (incompatible), mod:bookshelf, mod:xreliquary, mod:guardvillagers (incompatible), mod:uteamcore, mod:mcwdoors, mod:waila, mod:jeresources, mod:shetiphiancore, mod:supplementaries, mod:structure_gel, mod:mcwbridges (incompatible), mod:usefulbackpacks, mod:repurposed_structures, mod:endertanks, mod:assortedstorage, mod:biomesoplenty, 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, mod:buildersaddition (incompatible), mod:carrierbees (incompatible), mod:mcwroofs (incompatible), mod:curiouselytra, mod:clib (incompatible), mod:moreoverlays, mod:productivebees (incompatible), mod:undergarden, mod:chunkloaders (incompatible), mod:adchimneys, mod:charm (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:invtweaks (incompatible), mod:waystones (incompatible), mod:nnow, mod:basaltblocks (incompatible), mod:fruittrees, mod:kiwi (incompatible), mod:guicompass, mod:botanypots, mod:botanytrees, mod:phosphophyllite (incompatible), mod:dungeoncrawl, mod:curioofundying, mod:farmingforblockheads (incompatible), mod:worldnamerandomizer, mod:nhacampfire, mod:jeitweaker, mod:fixedanvilrepaircost, mod:crafttweaker, mod:ars_nouveau, mod:immersivepetroleum (incompatible), 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, mod:greekfantasy, mod:inventorytotem, mod:chunk (incompatible), mod:pamhc2crops (incompatible), mod:adlods, mod:storage_overhaul, mod:ceramicshears (incompatible), mod:jeiintegration, mod:mantle (incompatible), mod:rats, mod:ratlantis, mod:pamhc2foodcore (incompatible), mod:fastbench (incompatible), mod:polymorph (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:golems (incompatible), mod:earthmobsmod (incompatible), mod:world_pre_generator, mod:enderchests, mod:vanillahammers, mod:regrowth, mod:assorteddecor, mod:appleskin, mod:engineersdecor, mod:solcarrot (incompatible), mod:aawitherskull, mod:durabilityviewer (incompatible), mod:byg, mod:aquaculture (incompatible), mod:cosmeticarmorreworked (incompatible), mod:overloadedarmorbar (incompatible), mod:healingcf, mod:farlanders (incompatible), mod:alllootdrops
  296. Type: Integrated Server (map_client.txt)
  297. Is Modded: Definitely; Client brand changed to 'forge'
Add Comment
Please, Sign In to add comment