User Tools

Site Tools


items:item_components:repairable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
items:item_components:repairable [2024/04/19 13:27] – removed - external edit (Unknown date) 127.0.0.1items:item_components:repairable [2024/04/19 13:27] (current) – ↷ Links adapted because of a move operation errorcraft
Line 1: Line 1:
 +====== 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 ====
 +<code javascript>
 +{
 +  "items": "minecraft:repairs_iron_tool"
 +}
 +</code>