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