This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from Region Read the function list for ModPE before you attempt this... May make life easier and I don't think this is possible...
Quote from RJM1358 I dont know whether you can be an Enderman but you can be other mobs just by using the Entity.setRenderType(Player.getEntity(), 6); Entity.setMobSkin(Player.getEntity(), "mob/chicken.png"); Different Mobs have Different type of Render Types! Can only work in 3rd person view!
Codes Needed:
1. How Do I Make The Player Skin Changed Into Enderman Skin Like The PC Enderman That Have Long Legs And Others?
If You Want To Help Me Just PM Me And Send The Code To Me..
If Someone sends me a Code in MSG Thanks To You Men.You Can Also Comment The Code!
Entity.setRenderType(Player.getEntity(), 6);
Entity.setMobSkin(Player.getEntity(), "mob/chicken.png");
Different Mobs have Different type of Render Types! Can only work in 3rd person view!
Very true!
@RagingFire629 Read this tutorial: http://www.minecraftforum.net/topic/2634199-custom-mob-model-tutorial-with-example/
and make your own render type. Then use the code above
Hope this helps!
~Matt