Problem uploading an entity model to MCREATOR

Started by trmhtk2 on

Topic category: Help with modding (Java Edition)

Last seen on 19:21, 11. Jul 2021
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem uploading an entity model to MCREATOR

When I upload one JAVA model everything is fine, but when I upload another model it writes to me that I need to change the name even if it is different from the name of the previous model! Allow for really, really urgent help!

Last seen on 16:18, 11. Feb 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One possible solution: There…
Mon, 01/25/2021 - 15:24

One possible solution:
There should be a line around the top of the java model file that says:

public class model_name extends ModelBase{...}

Make sure that the model_name is unique.
If you use Blockbench to make java models, Blockbench renames model_name to whatever you put in 'Model Identifier' when creating a modded java entity.

I suggest you check our…
Tue, 01/26/2021 - 10:34

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

There is tutorial for blockbench models