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

17 lines
281 B
JSON

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