

Automatically heal all your tames/pets over time. No need to feed!
This mimics the functionality of horses in minecraft.
Details
- Works just like horses
- Runs about every 45 seconds to heal 1 heart
- Supports all tameable entites
- Supports modded entities that inherit from TameableEntity
Animals
- Cats
- Wolfs
- Axolotls
- Foxes
- Ocelots
- Parrots
- ± more
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
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
- Ships as pet-passive-regen-1.0.0-1.21.1.jar — drop this file into the mods folder
- Download size: 24 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.