NerdyPuzzle / MCreator-Player-Animator

MIT License
4 stars 0 forks source link

Game crashes whenever animation is played [1.18.2] #4

Closed Dolphos closed 1 year ago

Dolphos commented 1 year ago

So, I followed the instructions on the mcreator plugin website step-by-step and checked that the player_animations folder is in the right place. etc. i made multiple animations with blockbench and pasted them into the right folder. and as said, did the rest of the tutorial, but when i try and execute the animation, which is called by a keybind, the game just crashes. The Mcreator console log is attached. crsh-log_Mcreator26.11.2022.txt

NerdyPuzzle commented 1 year ago

java.lang.IllegalArgumentException: Animation can not be null Not a plugin issue, an issue with your animation name. I suggest you name your animations a single word before exporting them.

Dolphos commented 1 year ago

I tried saving the .json animation file with a single word name and it still doesnt seem to work.

NerdyPuzzle commented 1 year ago

the name inside the animation file for the animation must match the file name.

Dolphos commented 1 year ago

thank you very much. i finally got it to work. :) Great plugin and excellent help. thanks!