The minecraft:item_coloring
recipe type takes a Dye and item and converts it to another item, consuming both.
It replaces the special crafting recipe minecraft:crafting_special_shulkerboxcoloring.
Note that the recipe accepts a dye color, not a dye item.
This means that any item with the minecraft:dye item component is allowed as an ingredient, as long as its dye color matches.
Name | Description | Type | Default Value |
---|---|---|---|
category | The recipe book category to display the recipe in. | A recipe book category | |
ingredient | The ingredient to target the item stack to color. | A recipe ingredient | |
color | The dye color to use. | A dye | |
result | The item to transform into. | An item |
{ "type": "minecraft:item_coloring", "category": "misc", "ingredient": { "tag": "minecraft:shulker_boxes" }, "color": "white", "result": "minecraft:white_shulker_box" }