BetterModel 1.8.0
Add
- Minecraft 1.21.7 server support
- Write more Javadocs
- Thread lifecycle based on viewed player
- Entity id tracking
- More accurate spawn handling
- Refactor and optimize some API
- Head rotation delay
Fix
- 'smooth interpolation' with low keyframe animation
- Unnecessary tick thread task allocation
- Animation with only a single keyframe.
- MythicMobs mechanic
- Packet handling issue with 1.20.4
update: 1.8.0
fix: MythicMobs mechanic
chore: MythicMobs 5.9.3
Create FUNDING.yml
fix: bone name hash code
feat: initial 1.21.7 support
fix: smooth interpolation in low keyframe animation
refactor: simplify and optimize some code
feat: thread lifecycle and debug
fix: make EntityId
fix: unnecessary tick thread task
fix: Folia support
fix: self-entity tracker
feat: support non-world entity in entity tracker
refactor: add warning log for legacy server
refactor: optimize import
refactor: BetterModel#config
fix: rotation keyframe
BetterModel 1.7.0
Notice
- This update has HUGE API change and refactor, You should check all of your system related to BetterModel.
Add
- 1.21.6 server support
- HUGE API refactor, change and update.
- entity model data serialization
- bezier, step interpolation
- optimize bone item build
- tint for player animation
- offline-mode skin loading
- support multiple models per one entity
- minor optimization
- prevent sending an empty packet
- new player animation example (roll)