Started by
The1GiantWalrus
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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.
Alright, but then how do I import it into the mod?
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.
Thank you i think this will solve my problem too!
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?