Gson might need to be explicitly set to lenient mode
squeek502 opened this issue ยท 1 comments
Mostly just a reminder to myself.
My thoughts:
Strange, that is the example food group config that gets distributed with the mod; it usually works fine. I know comments are not part of the JSON standard, but the Gson parser usually doesn't complain about them.
Looks like I need to make sure it's set to be lenient or something, will look into it.