User Tools

Site Tools


items:item_components:enchantment_holder

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
items:item_components:enchantment_holder [2024/04/19 13:27] – removed - external edit (Unknown date) 127.0.0.1items:item_components:enchantment_holder [2024/04/19 13:27] (current) – ↷ Page moved from item_components:enchantment_holder to items:item_components:enchantment_holder errorcraft
Line 1: Line 1:
 +====== minecraft:enchantment_holder ======
 +The ''minecraft:enchantment_holder'' item component makes the item hold its enchantments in the [[mc>Item_format/1.20.5#stored_enchantments|minecraft:stored_enchantments]] item stack component when enchanted, as opposed to the [[mc>Item_format/1.20.5#enchantments|minecraft:enchantments]] item stack component.
  
 +
 +==== Fields ====
 +^  Name  ^  Description  ^  Type  ^  Default Value  ^
 +| ''grinding_transforms_into'' | The item to turn into once ground. | An item | |
 +
 +
 +==== Example ====
 +<code javascript>
 +{
 +  "grinding_transforms_into": "minecraft:book"
 +}
 +</code>