All versions
1.0
Release
tame every mob 1.0last month 7
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Tame Every Mob 1.0
Initial release for Minecraft Fabric 1.21.1.
- Tame every regular Minecraft mob.
- Control pets with Follow, Stay, Wander, Passive, Defensive, Aggressive, and Teleport ON/OFF.
- Store pets in Mob Pockets, Boss Pockets, or the Creative INF Box.
- Added mini boss pets: Mini Ender Dragon, Mini Wither, and Mini Warden.
- Added pet equipment and upgrades: Armour, Swords, Melee, Animal Hunter, Egg Attack, and Fire Attack.
- Added healing items, Golden Pet Apple effects, and pet death messages.
- Added Tame Every Mob Guide Book with taming items and upgrade info.
- Added custom menus, real mob preview, and custom taming fail sound.
- Pets no longer despawn, avoid damaging their owner/other owned pets, and follow more naturally.
- Fixed Slime/Magma Cube aggressive behavior, slime splitting, pocket order, teleport safety, and guide/menu display issues.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:RguUDsjE:EFeH0jHk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RguUDsjE:EFeH0jHk"
}

