Soot

Soot

7M Downloads

Specifying no dimensions for the Sulfur Generation whitelist causes game to crash

Trevor-Mansfield opened this issue ยท 6 comments

commented

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.

commented

can you pastebin/gist your crashlog

commented

Yup one sec let me re-edit it and relaunch.

commented

https://pastebin.com/XTuSQtPM

It's actually only if the brackets are like < new line empty > and not < >.

commented

working as intended then

commented

to clarify, since the crash happens in forge code it's basicly working as intended by forge, so none of my biz really

commented

Yeah I just didn't realize it was because there was an empty new line at first until I had tried recreating it and it worked. If theres no line it works fine. Thank you! Have a good day.