This mod provides a mechanic to store overflow of saturation beyond the cap. The entire purpose being to make extra saturation beyond 20 not go to waste. It is especially useful when dealing with custom foods such as those added in mods like Harvestcraft that have much higher saturation and hunger values.
Features
- Saturation beyond 20 is saved and used to refill saturation until excess is depleted.
- Optional hunger overflow handling allows excess hunger value to either be stored like saturation or converted into extra saturation
- configurable options in server config stored in save folder
Config options
- canGainWhileOverSaturated - Defaults is false. set to true allows you to gain over saturation while already over saturated.
- canHungerOverflow - Default is false. set to true to allow hunger overflow
- hungerOverflowtoSaturation - Default is true. if hunger overflow is enabled this allows excess hunger to convert to saturation. set to false to allow hunger overflow to be tracked seperately.