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