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