Files
minecraft-assets/assets/minecraft/recipes/orange_dye_from_red_yellow.json
2018-01-13 19:17:52 +00:00

19 lines
282 B
JSON

{
"type": "crafting_shapeless",
"group": "orange_dye",
"ingredients": [
{
"item": "minecraft:dye",
"data": 1
},
{
"item": "minecraft:dye",
"data": 11
}
],
"result": {
"item": "minecraft:dye",
"data": 14,
"count": 2
}
}