Crash with Terraforged
Divineaspect opened this issue ยท 2 comments
Not getting the crash after making 2 different worlds and flying around a bit with just the two mods installed. Any settings you changed or specific world type you got the crash on?
The only thing that can be null on line 305 is displacementNoisePerlin
which would only be null if WorldCarverWorley.init
hasn't been called (I think!).
I'm not sure what forge's behaviour is if a mod throws an error during the world load event, but maybe one is erroring before WC's handler gets called so WC isn't getting a chance to call init?