Horse Buff has been archived. Horse Buff will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 5 years ago
Updated last year
All versions
2.2.0
Release
Horse Buff 2.2.0 1.21.42 years ago 5,205
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Thanks to joakibj for updating the mod!
Changes compared to 2.2.0 1.21.3
- Removed the rubberBand feature as it was fixed in 1.21.4 (snapshot 24w45a)
- Removed rubberBand from lang-files
Changes for 2.2.0
- Bumped version to 2.2.0
- Extended the EntityRenderState for rideable entities with id and flag for playerPassenger
- Extended the EntityModel for rideable and equippable models with flag for playerPassenger
- Prefixed Unique methods and fields with horsebuff modid
- Replaced accesswidener with Shadow fields and used Identifier.of instead of constructor
- Removed portalPatch config
- Updated mixin extras to 0.4.1
- Updated from java 17 to java 21 in gradle build
- Updated gradle wrapper to 8.11
Optional dependencies
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:IrrG0G8l:ZS83Hb7W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IrrG0G8l:ZS83Hb7W"
}



