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