Add code to ignore null worlds
ScottKillen opened this issue ยท 2 comments
Something rarely causes world to be null during world generation. Extabiomes cannot assume that the pointer is non null.
We can write a message to the log if world is null..and then when vanilla code bombs out it will dump a stack trace. If it doesn't bomb, then it's really a non event.