{
    "format_version": "1.16",
    "minecraft:recipe_shaped": {
        "description": {
            "identifier": "minecraft:campfire_from_stripped_mangrove_wood"
        },
        "tags": [
            "crafting_table"
        ],
        "pattern": [
            " A ",
            "ABA",
            "CCC"
        ],
        "key": {
            "A": {
                "item": "stick"
            },
            "B": {
                "item": "coal"
            },
            "C": {
                "item": "stripped_mangrove_wood"
            }
        },
        "result": {
            "item": "campfire",
            "count": 1
        },
        "priority": 50
    }
}