minecraft-assets/data/minecraft/recipes/orange_dye_from_red_yellow....

16 lines
259 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "orange_dye",
"ingredients": [
{
"item": "minecraft:red_dye"
},
{
"item": "minecraft:yellow_dye"
}
],
"result": {
"item": "minecraft:orange_dye",
"count": 2
}
}