Tags
Creators
Details
2025.10.11
Compatibility
Changes
Updated for Minecraft 1.21.5-1.21.8. That's right, I've taken so long to update the mod that this release doesn't even cover the latest version of Minecraft!
- What about 1.21.2-1.21.4? I'll be completely honest and admit I didn't realize the mod was broken for these versions until today. My sincerest apologies to anyone who thought the mod worked on Fabric for these versions. When I marked it as compatible, I have no idea how I didn't notice the game crashing after you loaded into a world.
- What about 1.21.9 and up? No idea, my new j*b keeps me busy and I pass out as soon as I get home from work. Today's update really came about from me wanting something to do with a day off I had nothing scheduled for. With all the work (somewhat) fixing my dev environment again though, hopefully it's soon, no guarantees.
Fun trivia about this version: the mod's core functionality is now done simply by updating the #minecraft:can_equip_saddle tag--all I have to do now is make sure the caravan length gamerule doesn't break.
- This is also the first mod version since 2020.01.10 (the initial release) to define a maximum supported Minecraft version and to list Fabric API as a dependency.
Changelog
- Updated to Minecraft 1.21.6. Compatible with 1.21.5-1.21.8.
- Fabric edition now lists Fabric API as a required dependency.
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:VmkAInWR:Qo7JZsMw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VmkAInWR:Qo7JZsMw"
}

