====== minecraft:item_coloring ====== The ''minecraft:item_coloring'' recipe type takes a [[mc>Dye]] and item and converts it to another item, consuming both. It replaces the special crafting recipe [[mc>Recipe#minecraft:crafting_special_*|minecraft:crafting_special_shulkerboxcoloring]]. Note that the recipe accepts a dye //color//, not a dye item. This means that any item with the [[items:item_components:dye]] item component is allowed as an ingredient, as long as its dye color matches. ===== Fields ===== ^ Name ^ Description ^ Type ^ Default Value ^ | ''category'' | The recipe book category to display the recipe in. | A [[mc>Recipe_book|recipe book category]] | | | ''ingredient'' | The ingredient to target the item stack to color. | A [[mc>Recipe|recipe ingredient]] | | | ''color'' | The dye color to use. | A dye | | | ''result'' | The item to transform into. | An item | | ===== Example ===== { "type": "minecraft:item_coloring", "category": "misc", "ingredient": { "tag": "minecraft:shulker_boxes" }, "color": "white", "result": "minecraft:white_shulker_box" }