Files
minecraft-assets/data/minecraft/recipes/orange_dye_from_red_yellow.json
2024-02-14 17:44:28 +01:00

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"
}
}