How do I create custom entity models?

Started by Chris28TheGreat on

Topic category: Help with modding (Java Edition)

Last seen on 14:36, 29. Feb 2020
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.

Last seen on 14:36, 29. Feb 2020
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

Last seen on 14:36, 29. Feb 2020
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

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.

Last seen on 17:02, 24. Jan 2021
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 

Last seen on 20:53, 13. Jun 2020
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?

 

Last seen on 18:16, 9. Jan 2021
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?

 

Last seen on 20:48, 17. Apr 2023
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

Last seen on 02:41, 30. Apr 2020
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.

Last seen on 12:46, 20. Apr 2024
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.

Last seen on 12:46, 20. Apr 2024
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.

Last seen on 01:00, 15. May 2020
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