Tags
Creators
Details
Licensed MIT
Published 2 months ago
All versions
1.1.0
Release
Icy's Better Horses 1.1.02 months ago 53
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Additional Features
- Increased horse step height by 10%, allowing smoother traversal over paths and full blocks without getting stuck.
- Mining speed while mounted now remains the same as on foot, removing the heavy block-breaking slowdown.
- Reduced mounted block break speed penalty by 80%.
- Mounting a horse no longer forces the player's view direction to change — the horse rotates instead.
- Added independent camera movement while the horse is stationary, allowing up to 90° of free look before the horse follows the rotation.
- Improved downward visibility by making the horse nearly disappear when looking down.
- Improved rider visibility by lowering the horse head position and rotating it forward while mounted.
- Using a saddle on a horse in Creative Mode now instantly tames the horse.
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:XlUm5I57:3TtC0drg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XlUm5I57:3TtC0drg"
}


