This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I already know how to create custom mob model, but how can i create the texture for it?
Make a texture Pack and put the texture anywhere in it.
Call the function:
Entity.setMobSkin(entity, "images/mob/yourMob.png");
You should change images/mob/ to the directory in that the texture is in your Texture Pack.
I already know how to create custom mob model, but how can i create the texture for it?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMake a texture Pack and put the texture anywhere in it.
Call the function:
Entity.setMobSkin(entity, "images/mob/yourMob.png");
You should change images/mob/ to the directory in that the texture is in your Texture Pack.