{
  "type": "crafting_shaped",
  "tags": [ "crafting_table" ],
  "group": "sign",
  "pattern": [
    "###",
	  "###",
	  " | "
  ],
  "key": {
    "#": {
      "item": "minecraft:planks",
	  "data": 1
    },
    "|": {
      "item": "minecraft:stick"
    }
  },
  "result": {
    "item": "minecraft:spruce_sign",
    "count": 3
  }
}