Skip to content

Configuration file

Jason Spangler edited this page Oct 19, 2018 · 13 revisions

The configuration menus modify the file, which you can also modify outside of Minecraft.

Since the mod injects any missing default configuration items in the Rotting config, don't delete any default entries - instead only change their values. For example, to disable a decay for an item add the following entry to the rotting:days to rot section (replacing foodfunk:rotten_food with the item's identifier): I:"foodfunk:rotten_food"=-1

Due to a limitation in Forge's configuration GUI system, adding new entries requires editing the config file. For example, add a new rot entry by adding an I (integer) entry to "days to rot" and an S (string) entry to "rotten id".

Example config file

See the example foodfunk.cfg

Clone this wiki locally