All versions
0.1.2
Release
Bridle 0.1.22 weeks ago 6
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
โ๏ธ v0.1.2 - Shears Unequip Priority Fix
"This update strictly defines the order in which items are unequipped from mounts when using shears, preventing confusion and ensuring vanilla-like consistency."
๐ Bug Fixes & Adjustments
โ๏ธ Strict Shears Unequipping Priority
- Fixed Unequip Order: Implemented a strict, logical priority system when using Shears (Right-Click) to remove equipment from any mount. The priority is now exactly:
- Armor / Blanket (Body Slot)
- Bridle / Goggles / Heart of the Sea (Bridle Equipment Slot)
- Saddle (Saddle Slot)
- Universal Support: This logic now applies universally to all rideable entities, natively supporting the unique setups of Llamas, Happy Ghasts, Nautiluses, Camels, Horses, and more.
- Fixed Crash: Resolved a critical bug where unequipping modded items with shears would cause the server to send an invalid empty packet, immediately kicking/disconnecting the player from the world.
๐ด Mount GUI Enhancements
- Dismount Auto-Close: Fixed an issue where the mount inventory GUI would remain open if you were riding a mount and it bucked you off (e.g., failing to tame a Horse, Donkey, or Nautilus). The inventory will now immediately close the moment you are forcibly dismounted, matching vanilla behavior.
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:etK4rflo:kR3KZnti"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:etK4rflo:kR3KZnti"
}

