Started by
Eonaut
on
Topic category: Help with Minecraft modding (Java Edition)
I made some models with Techne after downloading it from JustGamein's site, but when I use the java exported form those models, none of the body parts animate, even if I tell it to.
Any idea why this is happening or how to fix it? It is only happening with the models I recently made. My old models work fine.
I had the same problem... Try deleting the Entity entity and entity at the end of the code
public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5 *, Entity entity* )
{
super.setRotationAngles(f, f1, f2, f3, f4, f5 *, entity* );
}
}
Is that in the MCreator code, or the java file for the model?
is in the .java model