[1.12.2] Crash TPing to a Custom Dimension - Simple Dimensions Compat?
MokahTGS opened this issue ยท 3 comments
Forge version: 2540
Twilight Forest version: Twilight Forest - MC 1.12.2 - 3.3.202
Simple Dimensions Version: 1.12.1.3.1
Link to crash log: https://pastebin.com/yfe6Pedj
Steps to reproduce:
- Create a New Dimension with SD.
- Use the SD commands to TP to the new dimension.
- Crash
What I expected to happen:
What happened instead:
The crash log seems to be pointing to an Advancement-related area, more specifically, HasAdvancement
This happens because Simple Dimensions has a WorldCustom that overrides WorldServer#init without calling super and thus advancementManager
is now null.
https://github.com/lumien231/Simple-Dimensions/blob/master/src/main/java/lumien/simpledimensions/server/WorldCustom.java#L65-L85
issue is on their end, @lumien231