Started by
Ping Pong
on
Topic category: Help with Minecraft modding (Java Edition)
Its possible to find mob model in java minecraft file?
Edited by Ping Pong on Sun, 06/28/2020 - 07:12
Topic category: Help with Minecraft modding (Java Edition)
Its possible to find mob model in java minecraft file?
No, but you can get the models from Blockbench.
So how to can I get model from blockbench, because I want to get a model with the same movement like a zombie.
Open up a skin type project, choose the model you want, in this case zombie, and then after it is created convert it into a java entity model. You can find the convert button under the file button at the top.
But I can't make the model raising its arm like a zombie.
to do that you just implement an animation of its arms like a zombie
How?