Roots Classic

Roots Classic

10M Downloads

Fruit Salad and Rooty Stew have high saturation values that they shouldn't have

SihenZhang opened this issue · 1 comments

commented

Fruit Salad has 112 saturation value and Rooty Stew has 35 saturation value. I think that's a mistake.


https://github.com/PrinceOfAmber/RootsClassic/blob/151947ec2a4c8b4e59dbc3f4924510e6f30eb621/src/main/java/elucent/rootsclassic/RegistryManager.java#L236-L237

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.