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