Entity Respawner
I don't know my version or loader
Entity Respawner Mod
A Minecraft mod that allows specific entities to automatically respawn after death, perfect for boss mobs and other important entities.
Configuration:
The mod uses a datapack to define respawn rules:
Example:

Use entity id to create a new json file under the data/mod_id/entity_to_respawn folder.

Params:
Every field is optional.
- respawn_timer: How long it takes for entities to respawn, must > 1
- respawn_when_reload_from_disk: Whether entities respawn immediately when chunks load
- soul_effect: Show particle effects during countdown
- broadcast: Broadcast to all players when the entity ready to respawn
- keep_nbt: Configure keep old nbt or create a custom nbt after entity respawn.
- pos_override: Configure a new spawn position.
- nbt_override: Custom entity data. Can be merged with old nbt data.
API:
use
RespawnableEntityManager#createFrom(Entity entity, RespawnableEntityData data)to create a SoulEntity. You can modify it's pos or some params. Don't forget to add it to the level after create it.The respawned entity will contains a "create-from-soul-entity" tag.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.1, 1.20.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 CurseForge — 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.
- Ships as entityrespawner-1.1.0.jar — drop this file into the mods folder
- Download size: 20 KB
- Download link checked 27 Aug 2026 — working
These come from our own check of the pack file, not from the source page.