Started by
Razzle
on
Topic category: Help with MCreator software
Okay so am new to all this and wanted to start with something basic. I just wanna add ears to the already existing pig model but how do I get the model into the program so I can modify it?
Get Blockbench and select minecraft skin < Pig, then File < Convert Project < Modded entity, then do what you like, save texture, and model File < export < Java entity
After that go into files, open the yournamehere.java you saved in text edit, and do command-f, type custom_model, hit replace, type whatever you want to file in the game to be called, hit the checkmark next to "All", all the custom_model's should be replaced by the name you chose, then press done, then command s. Import into MCreator, as well as the texture, and done!