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

Animation not being parsed correctly #593

Closed Scouter456 closed 4 months ago

Scouter456 commented 4 months ago

After updating to version 4.5.5 my animations dont seem to be working anymore. The error is shown in here: https://pastebin.com/dGxJnN08

In here are the animations I was using: https://github.com/Scouter456/Nether_Depths_Upgrade/tree/nether_depths_upgrade_1.21/src/main/resources/assets/netherdepthsupgrade/animations/entity

Tslat commented 4 months ago

Actual link to animation https://github.com/Scouter456/Nether_Depths_Upgrade/blob/c044cf38aaab51b78e3a2e6be44a6fefb17c3662/src/main/resources/assets/netherdepthsupgrade/animations/entity/obsidianfish.animation.json#L71

Tslat commented 4 months ago

This is fixed in next version, out soon