aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/black_dye_from_wither_rose.json
blob: 7ba123d36fcec91ddd83cd97fcd9e8f36717ce95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "minecraft:crafting_shapeless",
  "group": "black_dye",
  "ingredients": [
    {
      "item": "minecraft:wither_rose"
    }
  ],
  "result": {
    "item": "minecraft:black_dye"
  }
}