{
  "type": "crafting_shaped",
  "tags": [ "crafting_table" ],
  "pattern": [
    " | ",
    "|C|",
    "###"
  ],
  "key": {
    "|": {
      "item": "minecraft:stick"
    },
    "#": {
      "item": "minecraft:stripped_birch_log"
    },
    "C": {
      "item": "minecraft:coal"
    }
  },
  "result": {
    "item": "minecraft:campfire"
  }
}