
Immortalizer
Adds "The Immortalizer" (and commands) for immortalizing mobs.
Immortalizer is directly inspired by a post I saw on Reddit by u/LeadershipFlimsy9676 which requested a way to "immortalize mobs that normally can't be," I figured I could do something along those lines. So...
Features
- The Immortalizer: An item to target mobs you want to immortalize
- Use on a mob to immortalize it, or attack it to make it mortal again.
/immortalize <targets>: A command to target mobs you want to immortalize- Toggles immortality on the selected entity/entities
"The Immortalizer" Recipe
In an effort to give some viability to this item in a Survival playthrough, I have made the recipe rather ridiculous. Feel free to change it with a datapack or something like KubeJS/another approach.
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"H": "minecraft:dragon_head",
"Q": "minecraft:quartz_block",
"S": "minecraft:stick"
},
"pattern": [
"H",
"Q",
"S"
],
"result": {
"count": 1,
"id": "immortalize:immortalizer"
}
}
/immortalize <targets> Command
It's pretty straight-forward; <targets> works just like
the entity selector for the /give
command in Vanilla Minecraft. Wiki: /give,
and targeting any LivingEntity will toggle it's tracked Immortality value.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.11
- 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.
- Ships as immortalize-fabric-1.21.11-1.0.0.jar — drop this file into the mods folder
- Download size: 34 KB
- Download link checked 23 Aug 2026 — working
These come from our own check of the pack file, not from the source page.