Mcreator crashes when adding a mob

Started by mocreatures on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mcreator crashes when adding a mob
Wed, 09/25/2024 - 15:13 (edited)

Title. Please help, idk what could be wrong. I'm using geckolib.

Edited by mocreatures on Wed, 09/25/2024 - 15:13
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need idol animations for…
Mon, 09/30/2024 - 15:36

I need idol animations for every MOB I add in geckolib, are they included? Also, the name of the animation you give when you create the animation and the name you give when you set up the animation in mcreator must be exactly the same.

Joined May 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It is possible that this is…
Thu, 11/07/2024 - 12:52

It is possible that this is a problem with the model file itself.
Import the model you created into your 'notepad' and check the code.

<T extends "Your model name">
If the 'model name' is specified in this section, you must modify it to 'Entity'.

<T extends Entity>