G GameIDs
minecraft · recipes · 1.12.2

Torch

torch

Recipe #112

1.12.2 #11
{
    "type": "crafting_shaped",
    "pattern": [
        "X",
        "#"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": [
            {
                "item": "minecraft:coal",
                "data": 0
            },
            {
                "item": "minecraft:coal",
                "data": 1
            }
        ]
    },
    "result": {
        "item": "minecraft:torch",
        "count": 4
    }
}