Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 4 days ago
All versions
1.4
Release
Tame Every Mob 1.4 - Fabric 26.34 days ago 50
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client and server
Changes
Tame Every Mob 1.4
Added
- Added 8 new tameable mobs: Illusioner, Camel Husk, Copper Golem, Creaking, Happy Ghast, Nautilus, Zombie Nautilus, and Sulfur Cube.
- Added mob-specific taming items, including Sulfur Spikes for Sulfur Cubes.
- Added the Double Epic Upgrade crafting recipe using one Nether Star, four Iron Ingots, and four Redstone.
- Added the Giant I, Giant II, and Giant III Epic Upgrades.
- Added new basic upgrades and expanded pet controls for the new mobs.
Fixed
- Fixed the Double Epic Upgrade so each mob can unlock only one normal Epic slot.
- Fixed old duplicate Epic unlocks being recovered safely.
- Fixed completed quest names displaying corrupted text.
- Fixed Creaking pets staying tied to their original Creaking Heart.
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:3RMg5xjX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RguUDsjE:3RMg5xjX"
}

