Posted February 7, 201411 yr Hello! I have got problem : My armor's texture doesn't show properly (not icons). This is screenshot I use method which is posted http://pastebin.com/3LnK7vX2 (it is only leggings) And I also use special method for ItemArmor http://pastebin.com/Nx7gEpWm And in the mod's file is http://pastebin.com/2r0mzTvL Please, help me!
February 9, 201411 yr you need to replace: public String getArmorTexture(ItemStack stack, Entity entity, int slot, int layer) with: public String getArmorTexture(ItemStack stack, Entity entity, int slot, String type) I never post on the forums, but when I do, I have no clue how to do a certain thing.
February 10, 201411 yr you need to replace: public String getArmorTexture(ItemStack stack, Entity entity, int slot, int layer) with: public String getArmorTexture(ItemStack stack, Entity entity, int slot, String type) OHMYGOD! THANK YOU SO MUCH! Thank Yous all over the place!
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.