Started by
RangerRed2002
on
Topic category: Help with Minecraft modding (Java Edition)
Helllo. I'm trying to make a mod that has armor that regenerates the player, but when I try to make it an armor tick procedure it just resets every tick and never heals you. When I try to do it on player tick update, than it heals you way too fast. I know it has to do with Regeneration healing a certain amount each tick, but is there anyway to solve this? Any help would be very much appreciated.
Try going for 20 ticks, as 20 ticks are equal to one real second :)
That doesn't work, as it resets each tick. But thanks for the suggestion.
That said, I've found a way around it, so it isn't that bad.
please tell me what it is