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