Crash when generating chunks
Kaleidio opened this issue ยท 3 comments
Describe the bug
the server (and singleplayer) will suddenly crash when a shrines structure attempts to generate. It's a null pointer exception.
To Reproduce
Steps to reproduce the behavior:
(it's random, only occurs when generating lots of chunks)
Version (please complete the following information):
-
OS: Windows 10 21H1
-
Forge Version 36.2.8
-
Mod Version 2.0.0 BETA 2
Additional context
crash-2021-11-13_14.48.30-server.txt
java.lang.NullPointerException: Exception generating new chunk
at net.minecraft.world.gen.feature.jigsaw.JigsawManager.func_242837_a(SourceFile:266) ~[?:?] {re:classloading}
at com.silverminer.shrines.structures.ShrinesStructure$Start.generatePieces(ShrinesStructure.java:187) ~[?:1.16.5-2.0.0-Beta2] {re:classloading}
at com.silverminer.shrines.structures.ShrinesStructure$Start.func_230364_a_(ShrinesStructure.java:149) ~[?:1.16.5-2.0.0-Beta2] {re:classloading}
Seems to be related to the config after changes in SNAPSHOT 16, it just makes it crash because start is empty.