Posted February 1, 201411 yr I looked on some 1.6.4 tutorials on how to make armor but those did not work in 1.7.2. My question is: How do you make armor in 1.7.2? I never post on the forums, but when I do, I have no clue how to do a certain thing.
February 8, 201411 yr Author Bumb I never post on the forums, but when I do, I have no clue how to do a certain thing.
February 8, 201411 yr Can't fix your problem unless we know what you did wrong. Code please. If you really want help, give that modder a thank you. Modders LOVE thank yous.
February 9, 201411 yr Author Can't fix your problem unless we know what you did wrong. Code please. I don't have code to show. I also have no idea how to start I never post on the forums, but when I do, I have no clue how to do a certain thing.
February 9, 201411 yr Author You said you looked at tutorials and they "didn't work". Tell us how they "didn't work" and show what you tried. They did not work because it changed how to set the armour model texture. This is my EmeraldArmour code: public EmeraldArmour(ArmorMaterial material, int armorID, int typeID, String name) { super(material, armorID, typeID); setUnlocalizedName(name); setTextureName(MoMinecraft.MODID + ":" + getUnlocalizedName()); setCreativeTab(CreativeTabs.tabCombat); } EDIT: It's fixed I never post on the forums, but when I do, I have no clue how to do a certain thing.
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.