public boolean isRepairable(Item item) { return item instanceof ItemTool || item instanceof ItemArmor; }