![Chunk By Chunk](https://media.forgecdn.net/avatars/thumbnails/477/902/256/256/637773032814198799.png)
Crashing on Worldgen - no bedrock chest
Naddox opened this issue ยท 3 comments
Working on a modpack and just added your mod. Everytime I generate a new world the game crashes with the below crashlog. I can load the world after this crash but after verifying with 3 worlds and a xray mod, I have verified that the bedrock chest doesn't generate.
Getting this one when generating a new chunk with any chunk spawner
https://pastebin.com/6adZskQc
Hi @Naddox
How have you configured the min and max spawn height for the chest (if it has been changed at all)?
I've only been able to reproduce the issue when max spawn height is < min spawn height. Which is still a bug on my end but at least can be worked around.
Hey @immortius
The first time I had the issue I had the min at -50 and max at -60 (however its possible I wasn't paying attention and did it backwards).
After that I had set it for both to -50 for testing the other worlds. I will delete the config and see if that is a workaround for me at least.