{
    "format_version": "1.16",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "minecraft:candle"
        },
        "tags": [
            "crafting_table"
        ],
        "group": "candle",
        "pattern": [
            "S",
            "H"
        ],
        "key": {
            "H": {
                "item": "minecraft:honeycomb"
            },
            "S": {
                "item": "minecraft:string"
            }
        },
        "result": {
            "item": "minecraft:candle",
            "count": 1
        },
        "priority": 1
    }
}