aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/brewing_stand.json
blob: fab3806cd9289e1458852b9d852e1d4326258bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    " B ",
    "###"
  ],
  "key": {
    "B": {
      "item": "minecraft:blaze_rod"
    },
    "#": {
      "item": "minecraft:cobblestone"
    }
  },
  "result": {
    "item": "minecraft:brewing_stand"
  }
}