java compression error for an animation

Started by MrSpacePug on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
java compression error for an animation

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

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it says its a compression…
Tue, 01/14/2025 - 21:40

it says its a compression error

Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Remake the animation. Sounds…
Tue, 01/14/2025 - 23:47

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.