Posted April 30, 201312 yr Is this still the proper code for giving a mob a texture, it's not working for me public class EntityEnderAngel extends EntityMob { public EntityEnderAngel(World par1World) { super(par1World); this.texture = "textures/EnderAngel"; }
April 30, 201312 yr try: this.texture = "/textures/EnderAngel.png"; My youtube channel for forge tutorials: http://www.youtube.com/user/TheGrovesyProject101?feature=mhee if i helped please press thank you
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.