The config includes a list of every food item along with its nutrition and saturation stats. However, any custom effects or stats set for any food items in the config are overwritten with the default values after every restart.
This is caused by the foodConfigs config option reading back as empty on startup, even if it is populated from a previous session.
I compiled commit 4d95f70e18901d3decd28f51e105311f8d27d380 locally to verify this bug exists.
The config includes a list of every food item along with its nutrition and saturation stats. However, any custom effects or stats set for any food items in the config are overwritten with the default values after every restart.
This is caused by the
foodConfigs
config option reading back as empty on startup, even if it is populated from a previous session.I compiled commit 4d95f70e18901d3decd28f51e105311f8d27d380 locally to verify this bug exists.