Fruit Salad and Rooty Stew have high saturation values that they shouldn't have
SihenZhang opened this issue · 1 comments
Fruit Salad has 112 saturation value and Rooty Stew has 35 saturation value. I think that's a mistake.
Saturation Value == healAmount * saturationModifier
healAmout is "Food Points", saturationModifier is "Saturation ratio". (https://minecraft.gamepedia.com/Food)
From this code, the saturationModifier of Rooty Stew is 5.0F, so the Saturation Value is 7×5.0=35. Also the Saturation Value of Fruit Salsa is 8×14.0=112.
I don't know this is a bug or ... a feature? Actually, I think these food are so cheap that they shouldn't have such high saturation values.