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