

Tameable Mobs
What is this datapack?
This project introduces the Loyalty Totem into the game - a unique item that allows you to tame absolutely any creature in Minecraft. It doesn't matter if they're peaceful or aggressive - all of them can become your faithful companions. Tamed hostile mobs will attack wild enemies, and peaceful creatures can even be mounted and used as transportation.
How to Create the Loyalty Totem?
To create this powerful artifact, you'll need to gather several components:
Glued Apple:
- Golden Apple
- Honeycomb
Loyalty Totem Shards (4 pieces):
- Nether Star
- Sculk Block
- 2 Gold Ingots
- Lapis Lazuli
Important Note: The totem itself is created not through a crafting table, but by throwing all components on the ground. This is due to technical limitations in Minecraft that prevent proper differentiation of custom items in crafting recipes.
Using the Totem
The taming process is extremely simple: approach the desired mob and right-click while holding the Loyalty Totem. The creature will instantly become your loyal companion!
Features of Tamed Mob Behavior:
- Aggressive mobs attack wild enemies
- Peaceful mobs can be mounted: press and hold Shift for 1 tick (no longer!)
Additional Information
The project also adds two entity tag groups:
#kotamo:aggressive - includes all hostile mobs:
{
"values": [
"minecraft:zombie",
"minecraft:husk",
"minecraft:enderman",
"minecraft:wither_skeleton",
"minecraft:skeleton",
"minecraft:creeper",
"minecraft:warden",
"minecraft:slime",
"minecraft:wither",
"minecraft:ender_dragon",
"minecraft:zombie_villager",
"minecraft:zombified_piglin",
"minecraft:blaze",
"minecraft:bogged",
"minecraft:breeze",
"minecraft:spider",
"minecraft:cave_spider",
"minecraft:drowned",
"minecraft:elder_guardian",
"minecraft:endermite",
"minecraft:evoker",
"minecraft:ghast",
"minecraft:giant",
"minecraft:guardian",
"minecraft:hoglin",
"minecraft:illusioner",
"minecraft:magma_cube",
"minecraft:phantom",
"minecraft:piglin",
"minecraft:piglin_brute",
"minecraft:pillager",
"minecraft:ravager",
"minecraft:shulker",
"minecraft:silverfish",
"minecraft:stray",
"minecraft:vex",
"minecraft:vindicator",
"minecraft:witch",
"minecraft:zoglin"
]
}
#kotamo:you_would_not_say_that_they_are_a_mob - includes various objects and projections:
{
"values": [
"minecraft:armor_stand",
"minecraft:marker",
"minecraft:glow_item_frame",
"minecraft:item_frame",
"minecraft:item_display",
"minecraft:block_display",
"minecraft:text_display",
"minecraft:area_effect_cloud",
"minecraft:arrow",
"minecraft:boat",
"minecraft:breeze_wind_charge",
"minecraft:chest_boat",
"minecraft:chest_minecart",
"minecraft:command_block_minecart",
"minecraft:dragon_fireball",
"minecraft:egg",
"minecraft:end_crystal",
"minecraft:ender_pearl",
"minecraft:evoker_fangs",
"minecraft:experience_bottle",
"minecraft:experience_orb",
"minecraft:eye_of_ender",
"minecraft:falling_block",
"minecraft:fireball",
"minecraft:firework_rocket",
"minecraft:fishing_bobber",
"minecraft:furnace_minecart",
"minecraft:hopper_minecart",
"minecraft:interaction",
"minecraft:item",
"minecraft:leash_knot",
"minecraft:lightning_bolt",
"minecraft:llama_spit",
"minecraft:minecart",
"minecraft:ominous_item_spawner",
"minecraft:painting",
"minecraft:player",
"minecraft:potion",
"minecraft:shulker_bullet",
"minecraft:small_fireball",
"minecraft:snowball",
"minecraft:spawner_minecart",
"minecraft:spectral_arrow",
"minecraft:tnt",
"minecraft:tnt_minecart",
"minecraft:trident",
"minecraft:wind_charge"
]
}