Box Dimension Crash
UpcraftLP opened this issue ยท 2 comments
Minecraft crashes when placing cardboard leaves in the box dimension.
However I'm not entirely sure if the crash was caused by me placing cardboard or just the world generator..
MC1.12.2, Forge 14.23.2.2654
Modpack: official Modjam5 pack, updated all mods to the latest version except SubMineOfThieves downgraded to 1.1.
Crash report and log:
latest.log
crash-2018-04-08_14.29.43-server.txt
Looking at the crash, the problem is coming from "ladysnake.gens.world.ComponentGensPieces$StructureType.access$100(ComponentGensPieces.java:56)"
Which is not World of boxes, all through world of boxes does show in the crash log. Very likely just shows up due to world generation being involved. I'll pass this along to team Ladysnake....
java.lang.NullPointerException: Exception ticking world
at ladysnake.gens.world.ComponentGensPieces$StructureType.access$100(ComponentGensPieces.java:56)
at ladysnake.gens.world.ComponentGensPieces$Feature.func_143012_a(ComponentGensPieces.java:132)
at net.minecraft.world.gen.structure.StructureComponent.func_143010_b(StructureComponent.java:54)
at net.minecraft.world.gen.structure.StructureStart.func_143021_a(StructureStart.java:79)
at net.minecraft.world.gen.structure.MapGenStructure.func_143026_a(MapGenStructure.java:216)
at net.minecraft.world.gen.structure.MapGenStructure.func_175794_a(MapGenStructure.java:97)
at ladysnake.gens.world.MapGenVillageWrapper.func_175794_a(MapGenVillageWrapper.java:30)
at com.builtbroken.worldofboxes.world.ChunkGeneratorBoxworld.func_185931_b(ChunkGeneratorBoxworld.java:387)