Files
minecraft-assets/data/minecraft/recipes/black_dye_from_wither_rose.json
2019-04-06 17:15:10 +00:00

12 lines
195 B
JSON

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