AppleCore.client.“show.food.exhaustion.hud.underlay”
If true, shows your food exhaustion as a progress bar behind the hunger bars
Type: boolean
Default:
true
AppleCore.client.“show.food.stats.in.debug.overlay”
If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay
Type: boolean
Default:
true
AppleCore.client.“show.food.values.hud.overlay”
If true, shows the hunger (and saturation if show.saturation.hud.overlay is true) that would be restored by food you are currently holding
Type: boolean
Default:
true
AppleCore.client.“show.food.values.in.tooltip”
If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT
Type: boolean
Default:
true
AppleCore.client.“show.food.values.in.tooltip.always”
If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT)
Type: boolean
Default:
true
AppleCore.client.“show.saturation.hud.overlay”
If true, shows your current saturation level overlayed on the hunger bar
Type: boolean
Default:
true
AppleCore.general.“required.mods”
Subset of TargetMods that are required
Type: list of string
Default:
[
"Minecraft"
"CodeChickenLib"
"Pam's Harvestcraft"
"Natura"
]
AppleCore.server.“exhaustion.sync.threshold”
The maximum difference between the server’s value for exhaustion and the client’s before the value is syncronized from the server to the client. Raising this value will cause fewer packets to be sent, but will make the client’s exhaustion values appear more choppy
Type: floating point number
Default:
0.01