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