====== minecraft:dyeable ====== Uses the color from the [[mc>Data_component_format#dyed_color|minecraft:dyed_color]] data component at the specified tint index if the item has the [[items:item_components:dyeable|minecraft:dyeable]] item component, otherwise uses the default color. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''index'' | The tint index to apply the dye color to. | An integer | | ===== Example ===== { "type": "minecraft:dyeable", "index": 0 }