How do I make a custom entity model for a mob?

Started by The1GiantWalrus on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a custom entity model for a mob?

I am making my first ever mod, and I need some help making a new mob/entity. How do I make a custom entity model, and how do I import it into the mod?

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need software like…
Sat, 09/28/2019 - 09:45

You need software like Blender or Blockbench i believe and add bones to the model. There are a couple of tutorials on how to do it though admittedly not the most up-to-date ones.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Alright, but then how do I…
Sat, 09/28/2019 - 09:56

Alright, but then how do I import it into the mod?

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When you are in your…
Sun, 09/29/2019 - 08:31

When you are in your workspace, go to "Resources" on the left and press 3D models and texture mappings.

Here you can import your Java, JSON, OBJ files etc.

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you i think this will…
Sun, 10/20/2019 - 19:01

Thank you i think this will solve my problem too!

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make the mob active?…
Mon, 01/20/2020 - 15:21

How to make the mob active? In other words,I want to make the mob"s legs move when it is walking,and I chose the left leg and right leg animation,but its whole body rock when walking,how to solve this problem?