aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/grindstone.json
blob: 6a72558314114b087fc9bb3a431428fa427b328b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "I-I",
    "# #"
  ],
  "key": {
    "I": {
      "item": "minecraft:stick"
    },
    "-": {
      "item": "minecraft:stone_slab"
    },
    "#": {
      "tag": "minecraft:planks"
    }
  },
  "result": {
    "item": "minecraft:grindstone"
  }
}