Entity health sometime not displaying correctly
nathanrsxtn opened this issue ยท 4 comments
Issue Description:
Entity health display sometimes is wrong.
What happens:
Attacking anything sometimes doesn't make the health display go the right amount while jumping.
What you expected to happen:
Attacking something makes the health go down the proper amount.
Steps to reproduce:
- Find an entity
- Attack it while jumping
Affected Versions (Do not use "latest"):
- Hwyla: 1.8.26-841
- Minecraft: 1.12.2
- Forge: 14.23.5.2838
Possible Conflicting Mods (Provide their version, as well)
Tested with no other mods
The display uses information directly from the server. Since health is a float, this could be a rounding error.
The Better PvP Mod
has a health display that is correct, so is there a way it can be fixed?
I don't believe it is "correct". I have chosen to round down, they have chosen to round up. The correct value is somewhere in between.