TNT is one of Minecraft’s most useful building blocks. Whether you’re mining, clearing terrain, or just blowing stuff up for fun, you’ll need to know how to craft it. Here’s everything you need to know.
Finding TNT in Creative Mode
Java Edition (PC/Mac)
In Creative Mode, TNT is located in different menu tabs depending on your version:
| Version | Menu Location |
|---|---|
| 1.8 – 1.19 | Redstone |
| 1.19.3 – 1.19.4+ | Redstone Blocks |
Materials You Need
To craft TNT, you’ll need one of these two combinations:
- 5 Gunpowder + 4 Sand
- 5 Gunpowder + 4 Red Sand
How to Craft TNT
Step 1: Open Your Crafting Table
Right-click a crafting table to open the 3×3 crafting grid.
Step 2: Place Items in the Grid
You can use either recipe below. The pattern matters, so place items exactly as shown:
Recipe 1 (Sand): Place gunpowder in the center and all four corners, then fill the remaining four spaces with sand.
Recipe 2 (Red Sand): Same pattern as above, but use red sand instead of regular sand.
Step 3: Move to Your Inventory
Click the TNT in the result box and drag it to your inventory. Done.
TNT Technical Info
Minecraft Java Edition
| Item | ID Name | Data Value | Stack Size | Versions |
|---|---|---|---|---|
| TNT | minecraft:tnt | 0 (1.8-1.12) | 64 | 1.8 – 1.12 |
| TNT | minecraft:tnt | N/A | 64 | 1.13 – 1.19.4 |
Give Command
Java 1.13+: /give @p tnt 1
Java 1.8-1.12: /give @p tnt 1 0
Bedrock Edition Block States
In Bedrock, TNT has two important states:
| State | Options | Default | What It Does |
|---|---|---|---|
| allow_underwater_bit | false / true | false | Controls if TNT can be detonated underwater |
| explode_bit | false / true | false | false = breaks on hit, true = ignites and explodes |