G GameIDs
minecraft · recipes · 1.17.1

Soul Torch

soul_torch

Recipe #918

1.17.1 #6
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "X",
        "#",
        "S"
    ],
    "key": {
        "X": [
            {
                "item": "minecraft:coal"
            },
            {
                "item": "minecraft:charcoal"
            }
        ],
        "#": {
            "item": "minecraft:stick"
        },
        "S": {
            "tag": "minecraft:soul_fire_base_blocks"
        }
    },
    "result": {
        "item": "minecraft:soul_torch",
        "count": 4
    }
}