HomeJavaModsPet Passive Health Regeneration
Pet Passive Health Regeneration
ModsJava

Pet Passive Health Regeneration

by ItsRevolt · on Modrinth

⬇ Download on Modrinth

Text that says Pet Passive Regen

Automatically heal all your tames/pets over time. No need to feed!

This mimics the functionality of horses in minecraft.

Details

Animals

Technical

1-in-900 chance every tick (≈20 ticks per second). On average, heals once every 45 seconds.

Rideable tames automatically have regeneration
includes horses, donkeys, mules, skeleton horses and llamas
all these are based on AbstractHorseEntity

if (entity.getEntityWorld().random.nextInt(900) == 0 && entity.deathTime == 0) {
  entity.heal(1.0F);
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more