This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I'm making a superhero armour mod and I'm trying to make it so if you use an item then the players skin gets changed I'm not sure how to do that though, my code for changing skins is
Entity.setMobSkin(getPlayerEnt(), "armor/flash.png");
Is this how I'd do the code? And if so how do I best the folders in the zip file? Any help would be appreciated, thanks
Also I wanna make a new item, a sword, how where would I put the sword in the folders and how would I make it so the game uses my texture for it?
It should be "mob/flash.png" and place the skin in the mob folder
The heck is this for
Quote from ShadowMineCoreยป It should be "mob/flash.png" and place the skin in the mob folder
I'm making a superhero armour mod and I'm trying to make it so if you use an item then the players skin gets changed I'm not sure how to do that though, my code for changing skins is
Entity.setMobSkin(getPlayerEnt(), "armor/flash.png");
Is this how I'd do the code? And if so how do I best the folders in the zip file? Any help would be appreciated, thanks
Also I wanna make a new item, a sword, how where would I put the sword in the folders and how would I make it so the game uses my texture for it?
It should be "mob/flash.png" and place the skin in the mob folder
The heck is this for
thanks