Files
minecraft-assets/data/minecraft/recipes/gray_dye.json
2022-05-04 18:38:43 +02:00

15 lines
233 B
JSON

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