Specifying no dimensions for the Sulfur Generation whitelist causes game to crash
Trevor-Mansfield opened this issue ยท 6 comments
I wanted to disable sulfur generation by just saying no dimensions are valid for generation, but the game gets mad when it tries to parse the dimensions inside of the < > and finds nothing, so it gets a null error about the empty string and crashes during startup. Putting a dimension in and saying just make 0 attempts to generate per chunk works fine though.
It's actually only if the brackets are like < new line empty > and not < >.
to clarify, since the crash happens in forge code it's basicly working as intended by forge, so none of my biz really