====== minecraft:repairable ====== The ''minecraft:repairable'' item component allows this item to be repaired using other items in an Anvil. This item component is usually combined with [[items:item_components:enchantable|minecraft:enchantable]] and [[items:item_components:forgeable|minecraft:forgeable]]. ==== Fields ==== ^ Name ^ Description ^ Type ^ Default Value ^ | ''items'' | The items used to repair the item. | An item tag | | ==== Example ==== { "items": "minecraft:repairs_iron_tool" }