Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
3.1.0
Release
BetterModel 3.1.0 for Spigotlast month 66
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.4โ1.21.11
Platform
Spigot
Changes
โจ Feats
- feat: rewrite AnimationGenerator for parallel processing of animation import
- feat: fully obfuscating resource pack
๐ง Fixes
- fix: initial tick of animation
๐งน Chores
- fix(deps): update dependency io.lumine:mythic-dist to v5.12.0 by @renovate[bot] in https://github.com/toxicity188/BetterModel/pull/341
- fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.2.4 by @renovate[bot] in https://github.com/toxicity188/BetterModel/pull/342
- fix(deps): update dependency dev.yumi.gradle.licenser:dev.yumi.gradle.licenser.gradle.plugin to v4 by @renovate[bot] in https://github.com/toxicity188/BetterModel/pull/343
- fix(deps): update dependency org.ow2.asm:asm-tree to v9.10 by @renovate[bot] in https://github.com/toxicity188/BetterModel/pull/350
- fix(deps): update dependency io.lumine:mythic-dist to v5.12.1 by @renovate[bot] in https://github.com/toxicity188/BetterModel/pull/353
- fix(deps): update dependency org.ow2.asm:asm-tree to v9.10.1 by @renovate[bot] in https://github.com/toxicity188/BetterModel/pull/352
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| bettermodel-3.1.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:7jrHPa2h"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4h8rX3rt:7jrHPa2h"
}

