Jump to content

Sn0w2011

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Sn0w2011

  1. public boolean getIsRepairable(ItemStack par1ItemStack, ItemStack par2ItemStack) { return Your_Item == par2ItemStack.itemID ? true : super.getIsRepairable(par1ItemStack, par2ItemStack); } just add this to all your Amor parts (helmet, leggings, chest and boots), Your_Item is the item you want to repair the armor.
×
×
  • Create New...

Important Information

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