Skip to content

Feature Release 1.14.0

Choose a tag to compare

@toxicity188 toxicity188 released this 02 Nov 07:06
· 154 commits to master since this release
6f39bad

⚡ BetterModel 1.14.0

📗 Notice

This update introduces significant API changes to the entity adapter.
Please verify the compatibility of all plugins that depend on BetterModel.

🔥 Feat

Armor in player model (experimental)


The player model now supports vanilla armor.
Armor textures can be customized in the BetterModel/armors directory.

Global texture (global_)


Any texture prefixed with global_ is recognized as a global texture.
These textures have no namespace and can be shared between multiple models, avoiding duplicate texture creation.

Other features

  • remove image process
  • 'loop_mode' argument in /npc animate

🔧 Fix

  • move duration
  • parsing bone tag
  • NoSuchElementException in ModelAnimation

🧹 Chores

  • deps: update dependency com.github.ben-manes.caffeine:caffeine to v3.2.3
  • deps: update dependency io.github.toxicity188:dynamicuv to v1.1.0
  • deps: update gradle to v9.2.0

Full change log