G GameIDs
minecraft · recipes · 26.1.2

Tnt

tnt

Recipe #160

26.1.2 #2
{
    "type": "minecraft:crafting_shaped",
    "category": "redstone",
    "key": {
        "#": [
            "minecraft:sand",
            "minecraft:red_sand"
        ],
        "X": "minecraft:gunpowder"
    },
    "pattern": [
        "X#X",
        "#X#",
        "X#X"
    ],
    "result": {
        "id": "minecraft:tnt"
    }
}