Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
3.2.0
Release
BetterModel 3.2.0 for Spigot3 weeks ago 61
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.4–1.21.11
Platform
Spigot
Changes
✨ Feats
- Minecraft 26.2 support
🔧 Fixes
- fix: adventure 5 compatibility
- fix: initial tick of animation
- fix: script variable key with no value
- fix: RenderSource
🧹 Chores
- chore(deps): update gradle to v9.6.0
- chore(deps): update actions/checkout action to v7
- chore: update fabric-api to v0.152.2+26.2
- chore: update fabric-loom to v1.17-SNAPSHOT
- chore: update purpur-api to v26.2.build.+
- chore: update adventure-platform-bukkit to v5.1.1
- chore: update adventure-platform-fabric to v7.0.0
- fix(deps): update dependency net.skinsrestorer:skinsrestorer-api to v15.12.3
- chore: update polymer-resource-pack to v0.17.0+26.2-rc-2
- chore: update kotlin to v2.4.0
- chore: update fabric-language-kotlin to v1.13.12+kotlin.2.4.0
- fix(deps): update dependency net.fabricmc:fabric-loader to v0.19.3
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| bettermodel-3.2.0-javadoc.jar | Javadoc jar | 7.91 MiB |
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:4h8rX3rt:tYuALzm1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4h8rX3rt:tYuALzm1"
}



