ichttt / FirstAid

A Minecraft Mod that changes the vanilla health system
GNU General Public License v3.0
27 stars 28 forks source link

Hunger and saturation is wasted trying to heal vanilla style if any limb is slightly scratched #221

Closed Corosauce closed 6 months ago

Corosauce commented 6 months ago

Vanilla minecraft will heal you by using hunger and saturation, until you have 2 empty hambones from full.

Because this mod overrides the health meter, vanilla thinks it can use the hunger and saturation to heal you, but it cant, it spends the resources to do so but achieves nothing until it hits 2 empty hambones from full and stops trying, if you 100% heal up via the mods mechanics, taking to note the color of your body parts, not just if the hearts appear full, you stop the issue, but this is wasting a lot of plaster/bangages to heal something you otherwise wouldn't want to heal.

Unless there are some other mechanics I'm not understanding, I propose you implement a way to cancel vanilla MC trying to spend the hunger and saturation trying to heal you, as I am basically 2 hambones from full all the time when using this mod.

Using firstaid-1.11.1.jar for MC 1.18.2

Corosauce commented 6 months ago

I now understand this mechanic to be from external healing / natural regeneration and that i can turn it off with /gamerule naturalRegeneration false