Files
minecraft-assets/data/minecraft/recipes/black_dye_from_wither_rose.json
2023-09-13 18:35:07 +02:00

13 lines
217 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "black_dye",
"ingredients": [
{
"item": "minecraft:wither_rose"
}
],
"result": {
"item": "minecraft:black_dye"
}
}