G GameIDs
minecraft · recipes · 1.18.2

Torch

torch

Recipe #112

1.18.2 #5
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "X",
        "#"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": [
            {
                "item": "minecraft:coal"
            },
            {
                "item": "minecraft:charcoal"
            }
        ]
    },
    "result": {
        "item": "minecraft:torch",
        "count": 4
    }
}