aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/end_stone_brick_wall.json
blob: 7bf02d28aa8f9fb51825001b0cfaa509a8e1dfdb (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:end_stone_bricks"
    }
  },
  "result": {
    "item": "minecraft:end_stone_brick_wall",
    "count": 6
  }
}