TenshiLib 2.2.1
- Add mob effect extension
- Allows syncing some effects to client which isn't done for non players
- Some AI stuff
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md
TenshiLib 2.2.0
- Advanced particle system allowing customizable particle movements etc.
- Multipart entity base
- Change shader blurr to atlas instead of shader
- Add crossplat shader registration
- Fabric: Add entity start tracking event (yes fapi has one but its at head...)
- Fabric: Fix separate transform
- Fix synced entity data
- Some internal changes
- Add mob effect extension
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md
TenshiLib 2.1.3
- Add neos separate transform model for fabric
- Add clamp, exp, floor, ceil func
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md
TenshiLib 2.1.2
- Add some things for extending VertexFormatElement for shaders
- Fix using wrong registry ops for datapack stuff
- Add syncable entity data system cause vanillas is limited
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md
TenshiLib 2.1.1
- Attack chain behaviour resolves chain only when needed. Fixes some incorrect states
- MoveToAttackTarget stops if entity is touching target now
- Fix list widget incorrectly calculating padding
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md
TenshiLib 2.1.0
- Adding a whole bunch more to the math parser
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md
TenshiLib 2.0.0
- Added all changes from 1.18 branch v 1.9.0+
- Big refactoring of the codebase
- Mods using past versions will NOT WORK using this!
- Removed json config system. (Use some config mod now like forge config api port)
- Implement bedrock geo model files
- Models are now defined via json files and thus changeable via resource pack
- Updated animation file parsing
- Now supports particle and sound keyframes
- Serverside animated action now datadriven
- Removed animated goal attack system and replaced it with brains using Smart Brain Lib
- Fabric registration is now deferred
- Added CommonSetupEvent on fabric mimicking neo's
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md
TenshiLib 1.9.6
- Fix some things with animation gui and suggestion box
- Add selection list widget
- Various other utils
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.18/Changelog.md
TenshiLib 1.9.5
- Improve animation interpolation handling
- Rewrite various animation handling
- Fix math expression parser for edge cases
- Removed various unused stuff
- Add a suggestion widget to lib
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.18/Changelog.md
TenshiLib 1.8.2.b
- Fix fabric packets
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md