minecraft-assets/data/minecraft/recipes/gray_dye.json

16 lines
255 B
JSON

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