G GameIDs
minecraft · recipes · 1.20.6

Tnt

tnt

Recipe #160

1.20.6 #3
{
    "type": "minecraft:crafting_shaped",
    "category": "redstone",
    "key": {
        "#": [
            {
                "item": "minecraft:sand"
            },
            {
                "item": "minecraft:red_sand"
            }
        ],
        "X": {
            "item": "minecraft:gunpowder"
        }
    },
    "pattern": [
        "X#X",
        "#X#",
        "X#X"
    ],
    "result": {
        "count": 1,
        "id": "minecraft:tnt"
    }
}