Adds ability to show/hide hunger/saturation in tooltips (closes #258)
Fixes showFoodValuesInTooltip not overwriting showFoodValuesInTooltipAlways
(if showFoodValuesInTooltip is set to false, showFoodValuesInTooltipAlways shouldn't do anything, right?)
Feels a bit bloated and I really just quickly threw something together here that works afaik.
Is there a more sane way to implement this? especially regarding the diff readability/complexity caused by indentations.
showFoodValuesInTooltip
not overwritingshowFoodValuesInTooltipAlways
showFoodValuesInTooltip
is set tofalse
,showFoodValuesInTooltipAlways
shouldn't do anything, right?)Feels a bit bloated and I really just quickly threw something together here that works afaik. Is there a more sane way to implement this? especially regarding the diff readability/complexity caused by indentations.