Started by
woodcreatures
on
Topic category: Help with Minecraft modding (Java Edition)
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 set-up correctly. You will need to provide a bit more details such as your model and animation code + ideally also blockbench project file
It's pretty easy.
All screenshots below, where am I wrong ?
why not working ?
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
not mine for sure, I used no dots nor spaces in my animations name
Hmm. In this case, I advise you to open ticker on our github and attach demo workspace with your animation, model, and demo entity
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
In this case, this may be a blockbench bug