aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/red_dye_from_rose_bush.json
blob: 2b463353d56e275047b8b4c442f4e098df14d22a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "minecraft:crafting_shapeless",
  "group": "red_dye",
  "ingredients": [
    {
      "item": "minecraft:rose_bush"
    }
  ],
  "result": {
    "item": "minecraft:red_dye",
    "count": 2
  }
}