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