Started by
Bananasgut
on
Topic category: Help with MCreator software
If I create a custom mob, and put it to MCreator, I set whats the head, left leg, right leg, left arm, right arm, but then when I test it, it doesn't animate anything. The mob is just static, even when he walks. Any idea why?
What version and system are you using? What model program did you ise to design?
I have tried over and over with the animation wizard but it never does anything. I just add the statements to the java file before import. the good thing is it makes the import faster as you do not have to do anything with the animation wizard. You can just close it out when it opens and the animated parts will still work. Not sure if it is a bug or something but I have tried on every version from 1.6.9 and only way for me to get it to work is to add it to the java file before import.
You just need to add a few lines at the end of the java file. you could also add it to the code directly if you wish but then you have to add an import statement for MathHelper so I just find it easier to add before importing into MCreator.
I will add an example java file with the states at the end for you to add.
https://www.dropbox.com/s/nrr7nnkthxw78vn/Human.java?dl=0
That java file gives you the setting for a basic biped, Head, arms and legs.
just look at the end for the statements you need to add. But if using techne it is easier to add it to the export file . That way you do not have to worry about it again.
I had the same problem before
https://mcreator.pylo.co/forum/38333/my-mob-model-wont-work?page=2
Here is a quick quick guide I made.
Okay here is a quick guide I made.
https://www.dropbox.com/s/44sts2l9zfnvlun/MCreator%20MOB%20Creation%20with%20Animation.pdf?dl=0