Files
minecraft-assets/data/minecraft/recipes/black_wool.json
2021-07-07 09:21:22 +00:00

15 lines
239 B
JSON

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