How do I create custom entity models?

Started by Chris28TheGreat on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Oct 2019
Points:
656

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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.

Active 5 years ago
Joined Oct 2019
Points:
656

User statistics:

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

I used .json file by the way

Active 5 years ago
Joined Oct 2019
Points:
656

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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

Active 2 hours ago
Joined Aug 2016
Points:
3320

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2958
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.

Active 4 years ago
Joined Jan 2020
Points:
798

User statistics:

  • Modifications: 1
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
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 

Active 5 years ago
Joined Feb 2020
Points:
639

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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?

 

Active 4 years ago
Joined Apr 2020
Points:
651

User statistics:

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

how can i import my model to MCreator?

 

Active 6 months ago
Joined Apr 2019
Points:
730

User statistics:

  • Modifications: 0
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
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

Active 5 years ago
Joined Apr 2020
Points:
632

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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.

Active 5 months ago
Joined Apr 2019
Points:
790

User statistics:

  • Modifications: 7
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 62
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.

Active 5 months ago
Joined Apr 2019
Points:
790

User statistics:

  • Modifications: 7
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 62
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.

Active 5 years ago
Joined May 2020
Points:
630

User statistics:

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

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