BetterModel 1.11.2
Add
- Improved reload performance
- Reload indicator bar
Change
- Kotlin 2.2.10
- player's left/right item bone tag (pli, pri) -> entity's left/right item bone tag (li, ri)
- ModelRenderer#create(Location, Player) -> ModelRenderer#create(Location, OfflinePlayer)
Fix
- MythicMobs mechanics
- Keyframe generation
- Interpolation duration
- Hiding player's armor when disguised
BetterModel 1.11.1
Notice
Now API repository is moved.
Release
repositories {
mavenCentral()
}
dependencies {
compileOnly("io.github.toxicity188:bettermodel:VERSION")
}
Snapshot
repositories {
maven("https://maven.pkg.github.com/toxicity188/BetterModel")
}
dependencies {
compileOnly("io.github.toxicity188:bettermodel:VERSION-SNAPSHOT")
}
Add
- support shadow bone to sync ModelEngine's usage
Fix
- math animation interpolation
- ModelRenderer#create(Entity, GameProfile, boolean)
- player nametag