Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated yesterday
All versions
3.4.0
Release
BetterModel 3.4.0 for Fabricyesterday 2
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
✨ Feats
- feat: drop index-based item model data, fully integrating namespace-based one
- refactor: PlatformItemStack#namespace -> itemModel
🔧 Fixes
- fix: animation progress
- fix: step interpolation
- fix: animation ticking
- fix: initial animation play on spawn model
🧹 Chores
- chore: update fabric-api to v0.157.0+26.2
- chore: update xyz.jpenilla.run-paper to v3.1.0
- chore(deps): update gradle to v9.7.0
- chore: update Skript to v2.16.1 for test server
- chore(deps): update plugin net.neoforged.moddev.repositories to v2.0.143
- fix(deps): update dependency io.lumine:mythic-dist to v5.13.0
- fix(deps): update dependency it.unimi.dsi:fastutil to v8.5.19
- fix(deps): update dependency com.nexomc:nexo to v1.26.0
- fix(deps): update dependency org.joml:joml to v1.10.9
- fix(deps): update dependency net.skinsrestorer:skinsrestorer-api to v15.12.5
- fix(deps): update dependency com.gradleup.shadow:com.gradleup.shadow.gradle.plugin to v9.6.1
- chore: update cloud to v2.0.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| bettermodel-3.4.0-javadoc.jar | Javadoc jar | 7.88 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:yQ4K3xZW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4h8rX3rt:yQ4K3xZW"
}


