G GameIDs
minecraft · recipes · 1.19.4

Soul Torch

soul_torch

Recipe #918

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "misc",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "S": {
            "tag": "minecraft:soul_fire_base_blocks"
        },
        "X": [
            {
                "item": "minecraft:coal"
            },
            {
                "item": "minecraft:charcoal"
            }
        ]
    },
    "pattern": [
        "X",
        "#",
        "S"
    ],
    "result": {
        "count": 4,
        "item": "minecraft:soul_torch"
    },
    "show_notification": true
}