Jump to content

[1.7.2][SOLVED] Create custom armor


Hackbaellchen

Recommended Posts

No, it's exactly the same as before with the difference noted above. You just have to create your ArmorMaterial before you initialize your custom armor Item:

public static final ArmorMaterial CUSTOM_MATERIAL= EnumHelper.addArmorMaterial("Custom", 5, new int[] {1,3,2,1}, 5);

customArmor = new ItemCustomArmor(CUSTOM_MATERIAL, proxy.addArmor("custom"), 0).setUnlocalizedName("customArmor");

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.