aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/beetroot_soup.json
blob: ef6cf635e237265bda789f8c7ef4bc0e41205f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:bowl"
    },
    {
      "item": "minecraft:beetroot"
    },
    {
      "item": "minecraft:beetroot"
    },
    {
      "item": "minecraft:beetroot"
    },
    {
      "item": "minecraft:beetroot"
    },
    {
      "item": "minecraft:beetroot"
    },
    {
      "item": "minecraft:beetroot"
    }
  ],
  "result": {
    "item": "minecraft:beetroot_soup"
  }
}