G GameIDs
minecraft · recipes · 1.13.2

Tnt

tnt

Recipe #160

1.13.2 #10
{
    "type": "crafting_shaped",
    "pattern": [
        "X#X",
        "#X#",
        "X#X"
    ],
    "key": {
        "#": [
            {
                "item": "minecraft:sand"
            },
            {
                "item": "minecraft:red_sand"
            }
        ],
        "X": {
            "item": "minecraft:gunpowder"
        }
    },
    "result": {
        "item": "minecraft:tnt"
    }
}