Started by
ShiroFliro
on
Topic category: Help with MCreator software
The title says it all, when I ad a custom attack animation the mod doesn't compile, but when I remove the attack animation, everything goes back to normal.
MC Version: 1.20.1
MCreator Version: 2023.3
Probably this: https://github.com/NerdyPuzzle/MCreator-Nerdys_Geckolib_Plugin/issues/50
Yes, it was.
For any future people that might happen to get this error:
Lock the entity so you can edit the code.
find this part of the code in the (Your mob)Entity.java:
And switch BOTH level.getGameTime() to level().getGameTime()
It should look like this: