Files
minecraft-assets/data/minecraft/recipes/orange_dye_from_red_yellow.json
2018-12-21 06:38:40 +00:00

16 lines
256 B
JSON

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