java.lang.NullPointerException crash when trying to load any world
Bendoo123 opened this issue · 2 comments
Versions
Betweenlands version:
3.9.6
Forge version:
14.23.5.2860
Singleplayer or Multiplayer:
Singleplayer
Installed mods:
Link to full crash log
Description of the problem
How to reproduce:
1.Try to open a world
Expected result:
I expected the world to load
Actual result:
It crashed
Pictures:
This seems like it might not be an issue with betweenlands itself, but instead might be some other mod using ASM to modify the betweenland’s code and causing it to error.
If not that, it is at least creating a scenario which should not happen (A chunk is somehow being loaded without a world to load it in)