Files
minecraft-assets/data/minecraft/recipes/orange_dye_from_red_yellow.json
2018-07-18 20:51:45 +02: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
}
}