How do I create custom entity models?

Started by Chris28TheGreat on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I create custom entity models?

How do I make custom Java entity models for mobs like dragons? I have tried blender and it hasn't worked as well as I hoped, it didn't appear as one of the things I could use as the entity model.

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I used .json file by the way
Sat, 02/29/2020 - 14:26

I used .json file by the way

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried converting it to …
Sat, 02/29/2020 - 14:36

I tried converting it to .java and it complained about an invalid class name

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can’t just change .json…
Sat, 02/29/2020 - 15:43

You can’t just change .json for .java because .java is a file with code and JSON files not. I suggest you to use Block V’Bench to make your entities and block. You will have the opportunity to choose if it’s an entity or a block/item.

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I use blockbench and make…
Sat, 02/29/2020 - 23:20

I use blockbench and make sure to create a new project which says it can be saved as java 

Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have the same problem, how…
Mon, 03/16/2020 - 16:58

I have the same problem, how i can use my model into MCreator?

 

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how can i import my model to…
Wed, 04/08/2020 - 15:36

how can i import my model to MCreator?

 

Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When i import a entity model…
Sun, 04/26/2020 - 15:49

When i import a entity model with blockbench is no working, it commplained about an invalid class name

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This happened to me too. I…
Mon, 04/27/2020 - 04:28

This happened to me too. I deleted the comments at the top of the code generated by Blockbench and then it worked.

Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when you originally made the…
Mon, 04/27/2020 - 21:14

when you originally made the custom mob in blockbench did you name it? if you don't Mcreator does not allow it or names it model custom.

Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you also have to export the…
Mon, 04/27/2020 - 21:15

you also have to export the model as a java entity not a .json.

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks you very much. it…
Tue, 05/05/2020 - 18:36

Thanks you very much. it work too. it sound illogic but thanks anyway