Techne models not animating

Started by Eonaut on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Techne models not animating

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.

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I had the same problem…
Mon, 11/27/2017 - 15:35

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*   );
  }

}

 

Joined Apr 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is that in the MCreator code…
Mon, 11/27/2017 - 19:00

Is that in the MCreator code, or the java file for the model?

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is in the .java model  
Sat, 12/02/2017 - 04:56

is in the .java model