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