Files
minecraft-assets/data/minecraft/recipes/gray_dye.json
2018-12-21 06:39:57 +00:00

15 lines
223 B
JSON

{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "minecraft:black_dye"
},
{
"item": "minecraft:white_dye"
}
],
"result": {
"item": "minecraft:gray_dye",
"count": 2
}
}