Started by
Ali107
on
Topic category: Help with Minecraft modding (Java Edition)
I want the player to have maximum of 6 hearts, how do I do that?
If you know how to program it in through either code or procedure, can you show me how?
Topic category: Help with Minecraft modding (Java Edition)
I want the player to have maximum of 6 hearts, how do I do that?
If you know how to program it in through either code or procedure, can you show me how?
can't you just do absorption? if not, then maybe you can make a literal clone of absorption BUT with a different overlay that looks like normal hearts, then just set it on player tick update, although I have no idea if it will affect the game at all or lag it to freaking .2 fps
I can't use absorption because it only adds health it doesn't remove any.
just use the code from abosorption and switch the values to negative ones maybe