{
  "type": "crafting_shaped",
  "tags": [ "crafting_table" ],
  "pattern": [
    "|_|",
    "# #"
  ],
  "key": {
    "|": {
        "item": "minecraft:stick"
    },
    "#": {
      "item": "minecraft:planks"
    },
    "_": {
      "item": "minecraft:double_stone_slab4",
      "data": 2
    }
  },
  "result": {
    "item": "minecraft:grindstone"
  }
}