Started by
Cheesy_Whezz
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I was making a mod to make a sheep made out of TNT, I worked on the model for maybe an hour only to find out the next day that there is no sheep model. Can someone tell me why this is?
i too search model of sheep ,I found one but it turns that is doesn't work
I am currently looking for a model of sheep
that is good
Download Blockbench, add the Entity Wizard plugin, use it to create a model with the sheep appearance. This is also a good tool to create the texture while you're at it.
Separate each limb/head into it's own bone (folder) seperate from the body/root bone, convert the model to a modded entity in the File menu, and export it as a Java class.
In MCreator, import the model into the resources tab and set the swing animations for each of the body parts. You can now use the sheep model on new entities.
These exact steps can be used to get the model of any vanilla mob, save the new 1.20 mobs and the ender dragon for whatever reason.