====== instrument ====== The ''instrument'' entry provider type adds the instruments to item stacks on the [[mc>Data_component_format#instrument|minecraft:instrument]] data component from the specified instrument tag. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''item'' | The item to use for the item stack. | An item | | | ''tag'' | The instruments to add to the item stacks. | An instrument tag | | ===== Example ===== { "type": "instrument", "item": "minecraft:goat_horn", "tag": "minecraft:goat_horns" }