Releases: DerToaster98/MultiHitBoxLib
Releases · DerToaster98/MultiHitBoxLib
MC1.20.1-1.8.1
- official release for fixing rotation and scalign calculation
- AzureLib support for that
- Unified internal implementation regarding this
MC1.20.1-1.8.0-RC1
- Depends on MixinBooster
- Fixes rotation retrieval
- Fixes scaling retrieval
MC1.20.1-1.7.0
This is a release candidate for the next version, if it works well enough it will be published on curseforge
- refactor mixinLivingEntity
- move all implementations into the interface so one can override stuff easier
- began work on orientable bounding boxes (not yet usable or available!)
- corrected example
- directly apply collected information if trustClient is set to true
- deprecated IModifiableMultipartEntity as it is no longer needed
- added scaling callback (implement IMHLibSizeCallback)
- updated readme
- sort of implement pivot points (untested, don't use yet, might not behave as you want)
- added access to setEnabled()
Full Changelog: MC1.20.1-1.7.0-RC1...MC1.20.1-1.7.0
MC1.20.1-1.7.0-RC1
This is a release candidate for the next version, if it works well enough it will be published on curseforge
- refactor mixinLivingEntity
- move all implementations into the interface so one can override stuff easier
- began work on orientable bounding boxes (not yet usable or available!)
- corrected example
- directly apply collected information if trustClient is set to true
- deprecated IModifiableMultipartEntity as it is no longer needed
- added scaling callback (implement IMHLibSizeCallback)
- updated readme
- sort of implement pivot points (untested, don't use yet, might not behave as you want)
- added access to setEnabled()
MC1.20.1-1.6.0
- corrected example location in datapack
- re-added databuddy
- fix syncing not working (untested)
- boxes now use a dispatch codec (upcoming: orientable bounding boxes and ellipsoid bounding boxes)
- Fix Geckolib and Azurelib mixins
- Small fixes to master election
- Respect Y rotation of the entity for non synched boxes
- Cleanups, Refactors and Optimizations
MC1.20.1-1.4.0
added byNameCodecs to DatapackRegistry
MC1.20.1-1.3.0
- No longer includes databuddy
- Uses datapackRegistries internall now (UNTESTED!!)
- Various Geckolib Utilities (Made by @RaveTr )
- Added LAzyLoadFieldFunction (utility stuff)
MC1.20.1-1.2.0
- Use JarInJar instead of shadow
- began work on glib+ features
- added interface to allow custom retrieval of the profile without implementing the rest
MC1.20.1-1.1.0
- added logo
- got rid of reload listener => reloads assets using resourcepacks
- resourcepacks are now used under the hood to handle assets
- uses a consumer now instead of direct access to the jsonManager in the codec synch base packet
- also synch mcmeta files too
vMC1.20.1-1.0.0
Initial release