G GameIDs
minecraft · recipes · 1.19.4

Campfire

campfire

Recipe #811

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "misc",
    "key": {
        "C": {
            "tag": "minecraft:coals"
        },
        "L": {
            "tag": "minecraft:logs"
        },
        "S": {
            "item": "minecraft:stick"
        }
    },
    "pattern": [
        " S ",
        "SCS",
        "LLL"
    ],
    "result": {
        "item": "minecraft:campfire"
    },
    "show_notification": true
}