G GameIDs
minecraft · recipes · 1.17.1

Campfire

campfire

Recipe #811

1.17.1 #6
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        " S ",
        "SCS",
        "LLL"
    ],
    "key": {
        "L": {
            "tag": "minecraft:logs"
        },
        "S": {
            "item": "minecraft:stick"
        },
        "C": {
            "tag": "minecraft:coals"
        }
    },
    "result": {
        "item": "minecraft:campfire"
    }
}