Started by
MrSpacePug
on
Topic category: Help with Minecraft modding (Java Edition)
so recently ive been working on a mod that adds some biomes, and I wanted to make a mob, but there has been an error that I really have no clue how to fix it, I did some testing, and it apperently is caused by the walk cycle of the mob, I've tried gekko lib, different modles but nothing works
it says its a compression error
Remake the animation. Sounds to me like the animation did not/could not compile properly when you created the animation, additionally, make sure the animation has the proper name/ID
You can't call an animation "Entity Swim" it has to be named/ID'd a specific way to work. If you are unsure of how to name an animation, I recommend looking up tutorials.