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.