New Animations update 2024.4 NOT WORKING

Started by woodcreatures on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
New Animations update 2024.4 NOT WORKING
Thu, 12/19/2024 - 15:02 (edited)

No way to have new animations working

Let's try walking animation for example

I make my model in blockbench. I export model + texture + animation and import them into Mcreator

I create my custom living entity and I set my custom animation in the first line and i flag "is walking animation"

Nothing happens

What's the problem ?

Can someone help please ?

Edited by woodcreatures on Thu, 12/19/2024 - 15:02
Your animation is likely not…
Wed, 12/18/2024 - 20:48

Your animation is likely not set-up correctly. You will need to provide a bit more details such as your model and animation code + ideally also blockbench project file

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's pretty easy. All…
Thu, 12/19/2024 - 15:02

It's pretty easy.

All screenshots below, where am I wrong ?

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why not working ?
Thu, 12/19/2024 - 15:03

why not working ?

Your animation name contains…
Fri, 12/20/2024 - 17:27

Your animation name contains dots and spaces, this will not work in programming language Java.

Give animations correct names for Java, so only ascii letters and numbers and optionally underscore

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
not mine for sure, I used no…
Fri, 12/20/2024 - 20:03

not mine for sure, I used no dots nor spaces in my animations name

 

Hmm. In this case, I advise…
Sat, 12/21/2024 - 14:57

Hmm. In this case, I advise you to open ticker on our github and attach demo workspace with your animation, model, and demo entity

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the issue is clear now Most…
Sat, 12/21/2024 - 17:45

the issue is clear now

Most of the pre-sets animations in blockbench are not working (sway, Flap etcc)

When you instead create a new animations by using rotate and position commands then it is working fine