bernie-g / geckolib

GeckoLib is an animation engine for Minecraft mods, with support for complex 3D keyframe-based animations, numerous easings, concurrent animation support, sound and particle keyframes, event keyframes, math-based animations, and more. Available for all major modloaders.
https://geckolib.com
MIT License
609 stars 127 forks source link

I believe commit a4ca7eb broke easings in animations #594

Closed barribob closed 4 months ago

barribob commented 4 months ago

Updated from fabric 4.5.1 to 4.5.4, and easings on all my animations broke. Debugged a bit, I believe the changes to getTripletObj broke loading easings.

Tslat commented 4 months ago

Got an example animation json that broke?

barribob commented 4 months ago

For example this one doesn't load the easing or the easingArgs

levitation_block.animation.json

Tslat commented 4 months ago

Thanks

Tslat commented 4 months ago

This is fixed in next version, out soon