Table of Contents

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 minecraft:enchantable and 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"
}