Files
minecraft-assets/assets/minecraft/recipes/orange_dye_from_red_yellow.json
2017-04-15 11:12:58 +00:00

18 lines
257 B
JSON

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