# Spawn TNT ``` /fill ~-5 ~-10 ~-5 ~5 ~-1 ~5 minecraft:tnt ``` - `~-5 ~-1 ~-5` → Starts 5 blocks to the left, 1 block below, and 5 blocks behind. - `~5 ~-1 ~5` → Ends 5 blocks to the right, 1 block below, and 5 blocks forward. - `minecraft:tnt` → Places **TNT** blocks.