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

15 lines
237 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "wool",
"ingredients": [
{
"item": "minecraft:gray_dye"
},
{
"item": "minecraft:white_wool"
}
],
"result": {
"item": "minecraft:gray_wool"
}
}