{{about|the regular TNT block|the consumable in ''Minecraft Dungeons''|MCD:TNT|other uses}} {{Infobox block |transparent=No |light=No |tool=Any |renewable=Yes |stackable=Yes (64) |flammable=Yes (15) |lavasusceptible=Yes }} '''TNT''' is a [[block]] that can be activated by a [[redstone]] signal, [[flint and steel]], stray [[fire]], flaming projectile or [[explosion]]. '''Primed TNT''' is a gravity-affected [[entity]] that produces a damaging, block-destroying [[explosion]] after a few seconds. This article discusses both the TNT block and the primed TNT entity. When the TNT block is activated, the block is replaced with the primed TNT entity, which is what produces the explosion. The TNT block has a display name of "TNT" in the player's inventory; however, it also has an in-game name of "tnt" when used in commands such as {{command|setblock}}. The primed TNT entity has a display name of "primed TNT" in chat, but also has an in-game name of "tnt" when used in commands such as {{command|summon}}. In this article, "TNT" refers to the block, and "primed TNT" refers to the entity. == Obtaining == === Breaking === TNT can be [[instant mining|broken instantly]] with any [[tool]] or by hand. Primed TNT cannot be broken as it is an [[entity]], but it can be removed with the {{cmd|kill}} command. === Natural generation === Nine TNT blocks occur naturally in each [[desert pyramid]]. Two TNT blocks flank a [[trapped chest]] in one secret [[woodland mansion]] room. {{Block distribution}} === Mob loot === An [[enderman]] holding a block of TNT drops the block upon death. === Generated loot === {{LootChestItem|tnt}} === Crafting === {{Crafting |A1= Gunpowder |B1= Sand; Red Sand |C1= Gunpowder |A2= Sand; Red Sand |B2= Gunpowder |C2= Sand; Red Sand |A3= Gunpowder |B3= Sand; Red Sand |C3= Gunpowder |Output= TNT |type= Redstone |showdescription= 1 |description= It is possible to use any combination of sand and red sand. }} == Usage == [[File:Minecraft-tnt-explosion.gif|thumb|A TNT [[explosion]].]] === Activation === TNT blocks can be activated by: *{{control|using}} a [[flint and steel]] or a [[fire charge]] *using an [[item]] enchanted with [[Fire Aspect]] {{Only|BE}} *a redstone signal *projectiles that create fire or explosions **flaming [[arrow]] **[[fireball]]s **[[small fireball]]s **[[wither skulls]] *explosions *[[fire]] spreading onto the TNT block (the block burns for several seconds before activating) *being placed by a [[dispenser]], or a dispenser using a flint and steel on a TNT block === Behavior === {{Anchor|Primed TNT}} {{Infobox entity | title = Primed TNT | image = TNT.png | size = Height: 0.98 blocks
Width: 0.98 blocks
}} When activated, a TNT block is replaced with an entity called primed TNT that creates an explosion after a certain period of time. Primed TNT is affected by gravity, and can be pushed by flowing water, lava, and pistons. The amount of time before primed TNT explodes depends on how the TNT was activated: *if activated by fire or a redstone signal, primed TNT explodes after 80 game ticks (4 seconds) *if activated by an explosion, primed TNT explodes after a random number of game ticks between 10 and 30 (0.5 to 1.5 seconds) *if summoned using commands, primed TNT explodes on the next game tick (unless the {{code|fuse}} data tag is set to a number greater than 1) Attempting to ignite TNT while [[sneaking]] results in the block catching fire, rather than the TNT becoming primed immediately. ;Countdown timer Primed TNT has a data tag called {{code|fuse}} that acts as a countdown timer, and stores the number of game ticks until the primed TNT explodes. The timer decreases by 1 every game tick, and the Primed TNT explodes when it reaches 0. When summoned by activating a TNT block, {{code|fuse}} is set to 80; when summoned with commands, it is set to a default value of 0, and the primed TNT explodes on the next game tick, unless a different value is specified. ;Explosion When TNT is activated, the primed TNT entity is placed offset from the bottom center of the TNT [[Coordinates#Block_position|block position]] by [+0.5, +0.0, +0.5], and given an initial velocity of 0.2 blocks per tick upward, and 0.2 blocks per tick in a random direction. When the primed TNT explodes, the explosion is located at 0.06125 blocks above the entity's position (at {{frac|1|16}} block height). Primed TNT creates explosions with a power of 4, which can break most blocks. Blocks destroyed by primed TNT attempt to drop items as if mined by a player. The explosion deals damage and knockback to a player exposed to the explosion. On [[Peaceful]] difficulty, a TNT explosion does not damage the player, but it still breaks blocks and damages entities. ;Appearance Primed TNT's texture blinks, alternating every 0.5 seconds between the TNT block's texture, and a copy of it that has been brightened to near-white. The effect is dynamic and the brightened texture can't be found in the assets. ;Portals A primed TNT is teleported to the respective dimensions when entering a [[nether portal]] or [[end portal]], maintaining its fuse, direction and speed. {{IN|java}}, after teleporting through a nether portal, the primed TNT cannot destroy [[nether portal block]]s. ;Underwater behavior {{See also|Tutorials/Igniting TNT underwater}} TNT usually cannot be used to destroy blocks underwater; however, there are some circumstances {{in|java}} where TNT can be made to destroy blocks underwater. {{IN|java}}, if TNT is activated while a gravity-affected block (e.g. [[sand]], or [[gravel]]) is on top of it, the block falls through the primed TNT entity, and when the primed TNT explodes, it can break blocks. If TNT is placed on top of a block whose height is less than a full block (e.g. [[soul sand]], [[honey block]], etc.) and activated, the primed TNT can destroy blocks. If TNT is activated while on top of a soul sand block, a bubble column forms, but the primed TNT does not float away. Primed TNT is affected by bubble columns if summoned farther up the column, or if pushed into the bubble column by a piston. {{IN|bedrock}}, TNT is unable to destroy blocks underwater by any of the above methods: falling blocks partially displace primed TNT, and primed TNT is always pushed upward by a soul sand's bubble column. There is however a variation of TNT called underwater TNT (When ''Education Edition'' option is enabled) that can destroy blocks underwater. === Redstone component === A TNT block is considered a redstone [[Redstone component|mechanism component]], and is activated when it receives a redstone signal. TNT is a [[Conductivity|non-conductive]] (transparent) block and cannot be [[Redstone mechanics|powered]]. When a TNT block receives a redstone signal, it does not activate any other adjacent TNT blocks via redstone, but any adjacent TNT blocks are activated by the explosion. === Crafting ingredient === {{crafting usage}} == Sounds == === Generic === {{Sound table/Block/Grass}} === Unique === {{edition|java}}:
Primed TNT use the Friendly Creatures sound category for [[Sound#Entity-dependent categories|entity-dependent sound events]]. {{SoundTable | type = java | {{SoundLine |sound=Fuse.ogg |subtitle=TNT fizzes |source=block |description=When a TNT block is lit |id=entity.tnt.primed |translationkey=subtitles.entity.tnt.primed |volume=1.0 |pitch=1.0 |distance=16}} | {{SoundLine |sound=Explosion1.ogg |sound2=Explosion2.ogg |sound3=Explosion3.ogg |sound4=Explosion4.ogg |subtitle=Explosion |source=block |description=When a TNT block explodes |id=entity.generic.explode |translationkey=subtitles.entity.generic.explode |volume=4.0 |pitch=0.56-0.84 | distance = 16 }} }} {{edition|bedrock}}: {{SoundTable | type = bedrock | {{SoundLine | sound =Fuse.ogg |source=block |description=When a TNT block is lit |id=random.fuse |volume=1.0 |pitch=1.0}} | {{SoundLine |sound=Explosion1.ogg |sound2=Explosion2.ogg |sound3=Explosion3.ogg |sound4=Explosion4.ogg |source=block |description=When a TNT block explodes |id=random.explode |volume=4.0 | pitch = 1.0 }} }} == Data values == === ID === {{edition|java}}: {{ID table |edition=java |showblocktags=y |showforms=y |generatetranslationkeys=y |displayname=TNT |spritetype=block |nameid=tnt |blocktags=enderman_holdable |foot=1}} {{ID table |edition=java |generatetranslationkeys=y |displayname=Primed TNT |spritetype=entity |nameid=tnt |foot=1}} {{edition|bedrock}}: {{ID table |edition=bedrock |showaliasids=y |shownumericids=y |showforms=y |generatetranslationkeys=y |displayname=TNT |spritetype=block |nameid=tnt |aliasid=tnt / 0 |id=46 |foot=1}} {{ID table |edition=bedrock |shownumericids=y |generatetranslationkeys=y |displayname=Primed TNT |spritetype=entity |nameid=tnt |id=65 |foot=1}} === Block states === {{/BS}} === Entity data === TNT has entity data associated with them that contain various properties of the entity. {{el|java}}: {{main|Entity format}} {{/ED}} {{el|bedrock}}: : See [[Bedrock Edition level format/Entity format]]. == Video == {{yt|_aFMq4vvv38}} == History == {{HistoryTable |{{HistoryLine|java classic}} |{{HistoryLine||May 21, 2009|link=https://web.archive.org/web/0/http://notch.tumblr.com/post/110762705/my-list-on-tile-types-so-far|[[Notch]] shows interest in adding "explosives", which would blow up when a pulse from a wire was received.}} |{{HistoryLine||October 24, 2009|link=https://web.archive.org/web/0/https://notch.tumblr.com/post/221308991/the-new-block-types-and-new-graphics-for-the-gold|TNT was teased in a blog post.}} |{{HistoryLine||0.26 SURVIVAL TEST|[[File:TNT JE1.png|32px]] Added TNT. |[[Player]]s have to hit TNT to prime the [[block]]. |The player starts with 10 blocks of TNT in their [[hotbar]].}} |{{HistoryLine||0.28|[[File:TNT JE2 BE1.png|32px]] Changed the side texture of TNT. |TNT no longer works in survival.}} |{{HistoryLine||0.30 (Survival)|Hitting an already active TNT block now defuses it and allows the [[player]] to pick it up. |Explosions caused by TNT no longer produce smoke particles.}} |{{HistoryLine|java indev}} |{{HistoryLine||0.31|dev=20091223-0040|When broken, TNT replaces every [[block]] one level below it that is of the same block type as the block directly below it with [[wooden planks]].}} |{{HistoryLine|||dev=20100125|TNT's fuse time is now 4 seconds, raised from 2 seconds. |TNT now flashes when lit.}} |{{HistoryLine|||dev=20100130|TNT is now [[craft]]able.}} |{{HistoryLine|java beta}} |{{HistoryLine||1.6|dev=Test Build 3|[[Mob]] traps can no longer be created by putting a [[pressure plate]] directly on top of the [[block]] of TNT. |[[Player]]s can no longer cancel the detonation of TNT by hitting it after priming it.{{verify|The previous behaviour cannot be reproduced in Beta 1.5, the version that came before this. Wasn't it removed at sometime in 0.31?}} |TNT can no longer have [[torch]]es placed on it. Any previously-placed torches remain until a block update is received.}} |{{HistoryLine||1.7|TNT can be primed only by [[redstone]] or any other mechanism that powers the TNT [[block]], as well as by {{control|hitting}} it with [[flint and steel]]. If the player hits TNT with an empty hand or while holding any other item, the block is destroyed and dropped as an item. |TNT can now be created (using map editors) with a data value of 1 to make it retain the old behavior of being primed when punched.}} |{{HistoryLine||1.8|dev=Pre-release|TNT explosions now emit shockwave particles.}} |{{HistoryLine|java}} |{{HistoryLine||1.0.0|dev=Beta Sound Update|TNT has been given a new explosion [[sound]].}} |{{HistoryLine||1.2.5|{{control|Hitting}} TNT with flint and steel destroys TNT without priming it. Instead, TNT can be primed by {{control|using}} flint and steel on it.}} |{{HistoryLine||1.3.1|dev=12w21a|TNT can be naturally found (with structure generation turned on) in [[desert pyramid]]s as a trap in the treasure room. It's a 3×3 square of 9 TNT under a sandstone floor with a stone [[pressure plate]] on the center [[sandstone]] block.}} |{{HistoryLine|||dev=12w26a|TNT no longer drops as an item when broken in [[Creative mode]].}} |{{HistoryLine|||dev=12w30a|TNT no longer damages the player in [[Peaceful]] difficulty.}} |{{HistoryLine||1.4.2|dev=12w34b|TNT can now be ignited when hit with an [[item]] that has the [[Fire Aspect]] enchantment or the [[Flame]] enchantment.}} |{{HistoryLine||1.5|dev=13w02a|TNT is now used to craft [[TNT minecart]].}} |{{HistoryLine|||dev=13w04a|TNT is now primed when released from a dispenser.}} |{{HistoryLine||1.8|dev=14w05b|Mobs now suffocate inside of TNT.}} |{{HistoryLine|||dev=14w27b|TNT's top texture is now rotated randomly, as part of the addition of arrays to [[block model]]s.}} |{{HistoryLine|||dev=14w31a|The explosion physics have been changed, which greatly reduces the range of TNT cannons.}} |{{HistoryLine||1.8.2|dev=pre1|The explosion physics of TNT have been reverted to those before the [[14w31a]] snapshot. |Explosion force of TNT is no longer directionally biased.}} |{{HistoryLine||1.9|dev=15w32c|TNT's maximum fuse time has been increased from 127 [[ticks]] into 32767 ticks.}} |{{HistoryLine|||dev=15w47a|The random rotation of TNT's top texture has been removed.{{bug|MC-12959||TNT mesh rotated wrongly placed vs primed|Fixed}}}} |{{HistoryLine||1.11|dev=16w32a|The entity ID has been changed from PrimedTnt to tnt.}} |{{HistoryLine|||dev=16w39a|TNT now generates in [[woodland mansion]]s.}} |{{HistoryLine||1.13|dev=17w47a|The explode block states for the tnt ID have been removed. As a result, the old punch to prime behavior of TNT is no longer available. |Prior to [[1.13/Flattening|''The Flattening'']], this [[block]]'s numeral ID was 46.}} |{{HistoryLine|||dev=18w10a|TNT now generates in [[buried treasure]] [[chest]]s.}} |{{HistoryLine|||dev=18w11a|TNT can now be found in [[shipwreck]] chests.}} |{{HistoryLine||1.13.1|dev=18w30a|Added the unstable block states for TNT, acting like the explode block states did.}} |{{HistoryLine||1.14|dev=18w43a|[[File:TNT JE3 BE2.png|32px]] The texture of TNT has been changed.}} |{{HistoryLine|||dev=19w05a|TNT has become a [[renewable resource]] due to [[wandering trader]]s selling sand.}} |{{HistoryLine|||dev=19w11a|TNT explosions now have a 100% drop rate.}} |{{HistoryLine||1.15|dev=pre1|The explosions from TNT have been optimized. |Black and white smoke particles are removed.{{bug|MC-165991||TNT explosion no longer shows additional smoke particles since 1.15 Pre-release 1}}}} |{{HistoryLine||1.16|dev=20w11a|TNT can now be ignited by any burning projectile.}} |{{HistoryLine||1.19|dev=22w13a|TNT no longer drops when breaking a [[minecart with TNT]].}} |{{HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|TNT now drops when brushing [[suspicious sand]] in [[desert pyramid]]s.}} |{{HistoryLine||1.20|dev=23w12a|The probability for the TNT to generate in the [[suspicious sand]] in [[desert pyramid]] has been changed from 1/7 to 1/8.}} |{{HistoryLine||1.21|dev=pre1|Primed TNT can now teleport through a [[nether portal]].{{bug|MC-8983||Primed TNT cannot travel through nether portals|Fixed}}}} |{{HistoryLine|||dev=pre4|A primed TNT that has teleported through a nether portal can no longer destroy [[nether portal block]]s.}} |{{HistoryLine||1.21.2|dev=24w33a|TNT can no longer destroy item frames, paintings and armor stands when in water.{{bug|MC-3697}}|Added optional field explosion_power.}} |{{HistoryLine|pocket alpha}} |{{HistoryLine||Pre-release|[[File:TNT JE2 BE1.png|32px]] Added TNT. |TNT currently cannot be obtained except via a hex editor. When edited in, the primed TNT simply emits smoke [[particles]], then disappears.}} |{{HistoryLine||v0.2.0|Edited-in TNT can now be successfully primed and detonated.}} |{{HistoryLine||v0.4.0|TNT is now able to be obtained without a hex editor in both [[Survival]] and [[Creative]].}} |{{HistoryLine||v0.8.0|TNT can now be ignited by [[Fire]] and [[Lava]]. (Previously would just burn away)}} |{{HistoryLine||v0.9.0|dev=build 1|The performance of TNT has been improved.}} |{{HistoryLine||v0.12.1|dev=build 1|TNT can now be ignited when hit with an [[item]] that has the [[Flame]] enchantment.}} |{{HistoryLine|||dev=build 10|The [[sound]] of TNT has been changed to that of {{JE}}.}} |{{HistoryLine||v0.13.0|dev=build 1|TNT can now be naturally found (with structure generation turned on) in [[desert pyramid]]s as a trap in the treasure room. It is a 3×3 square of 9 TNT under a sandstone floor with a stone [[pressure plate]] on the center [[sandstone]] block.}} |{{HistoryLine||v0.14.0|dev=build 1|TNT now can be used to craft [[minecart with TNT]]. |Primed TNT can now travel through [[nether portal]]s.}} |{{HistoryLine||v0.15.0|dev=build 1|TNT can now be ignited when hit with an item that has the [[Fire Aspect]] enchantment.}} |{{HistoryLine||v0.16.0|dev=build 1|An explosion in [[creative]] now gives the [[player]] materials as it does in [[survival]].}} |{{HistoryLine|pocket}} |{{HistoryLine||1.0.5|dev=alpha 1.0.5.0|An explosion in [[creative]] no longer gives the [[player]] materials as it does in [[survival]].}} |{{HistoryLine||1.0.7|TNT no longer does [[damage]] to a player if the TNT is in [[water]].}} |{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|The entity ID has been changed from primedtnt to tnt. |TNT now generates in [[woodland mansion]]s.}} |{{HistoryLine|bedrock}} |{{HistoryLine||1.4.0|dev=beta 1.2.14.2|TNT can now be found inside [[shipwreck]] supply [[chest]]s and [[buried treasure]] chests.}} |{{HistoryLine|||dev=beta 1.2.20.2|TNT can now can be used to craft [[underwater TNT]].}} |{{HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:TNT JE3 BE2.png|32px]] The texture of TNT has been changed.}} |{{HistoryLine||1.16.0|dev=beta 1.16.100.51|TNT no longer activates when a [[redstone torch]] is placed directly on it.{{Bug|MCPE-81258||TNT activates when a redstone torch is placed on the side of the block|Fixed}}}} |{{HistoryLine||1.19.70|dev=Preview 1.19.70.23|TNT now drops when brushing [[suspicious sand]] in [[desert pyramid]]s.}} |{{HistoryLine||1.21.0|dev=Preview 1.21.0.20|TNT explosions now have a 100% drop rate.{{bug|MCPE-56036||TNT Does Not Have 100% Drop Rate|Fixed}}}} |{{HistoryLine||1.21.30|dev=Preview 1.21.30.23|The different allow underwater bit [[block states]] for the tnt ID have been split up into their own IDs.}} |{{HistoryLine|console}} |{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:TNT JE2 BE1.png|32px]] Added TNT.}} |{{HistoryLine||xbox=TU3|TNT can no longer be directly primed by the [[player]], but only by [[redstone]] or any other mechanism that powers the TNT [[block]], as well as by {{control|using}} [[flint and steel]]. Hitting the block destroys it simply and safely so it can be picked up.}} |{{HistoryLine||xbox=TU5|The explosion [[sound]] of TNT has been changed.}} |{{HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|TNT now makes a sound before exploding. |TNT does variable [[damage]] depending on [[difficulty]] setting.}} |{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|TNT is now used to craft [[TNT minecart]].|TNT is now primed when released from a dispenser.}} |{{HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|TNT now generates in [[woodland mansion]]s.}} |{{HistoryLine||xbox=TU69|xbone=none|ps3=1.76|psvita=1.76|ps4=1.76|wiiu=Patch 38|switch=none|TNT can now be found inside [[shipwreck]] supply [[chest]]s and [[buried treasure]] chests.}} |{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:TNT JE3 BE2.png|32px]] The texture of TNT has been changed.}} |{{HistoryLine|New 3DS}} |{{HistoryLine||0.1.0|[[File:TNT JE2 BE1.png|32px]] Added TNT.}} }} == Issues == {{Issue list}} == Trivia == * "TNT" stands for {{W|TNT|'''T'''ri'''n'''itro'''t'''oluene|newtab=1}}. The {{W|Preferred IUPAC name|newtab=1}}, however, is 2-methyl-1,3,5-trinitrobenzene. The chemical formula is C7H5N3O6. * The use of sand in the crafting recipe references {{w|dynamite|newtab=1}}, a different high explosive from TNT, consisting of {{w|nitroglycerin|newtab=1}} mixed with {{w|diatomaceous earth|newtab=1}}. The block's appearance as a bundle of red sticks is also typical of dynamite. * It takes 19.75 blocks to fall for it to reduce the timer for one second. * Although primed TNT normally gets caught in [[cobweb]]s, TNT propelled fast enough flies through them without slowing down at all. * It is slightly smaller than a full block when activated, as with all entity versions of blocks (see [[shulker]]). * {{IN|pi}}, TNT by default doesn't do anything, but when set to data value 1, it ignites when broken. * The longest fuse time of TNT is 27 minutes and 18.35 seconds, or 32,767 ticks. * The TNT fuse sound uses the same sound file as when a creeper is primed, but it is played at a higher pitch when the TNT is primed. * As seen in the [[Minecraft: Mobestiary|Mobestiary]], ''[[Minecraft Dungeons]]'', and several pieces of merchandise, creepers have TNT inside of them. == Gallery == === Screenshots === Falling TNT.png|Falling primed TNT, showing the effect of gravity. TNT triggered by redstone.gif|TNT triggered by redstone signal. TNT Cube.png|A giant cube of TNT. === In other media === File:Magnus Griefing Large.gif|[[Story Mode:Magnus the Rogue|Magnus]] juggling TNT blocks, in promotion of the [[Story Mode Skin Pack]]. File:Getting-started.jpg|A hybrid between a creeper and TNT, used to represent [[Add-on|add-ons]].https://learn.microsoft.com/en-us/minecraft/creator/documents/gettingstarted?view=minecraft-bedrock-stable&tabs=Windows10 File:Kai and Zuri on a mountain of TNT.png|[[Kai]] and [[Zuri]] on top of a large pile of TNT, from [[Minecraft x Marketplace Pass]]. File:TNT (Dungeons).png|[[Dungeons:TNT|TNT]] as it appears in Minecraft Dungeons. File:Super TNT.png|[[Story Mode:Super TNT|Super TNT]], an enhanced version of TNT featured in ''[[Minecraft: Story Mode|Minecraft Story Mode]]''. File:Formidi-Bomb.png|[[Story Mode:Formidi-Bomb|Formidi-Bomb]], another enhanced version of TNT featured in ''[[Minecraft: Story Mode|Minecraft Story Mode]]''. File:TNT (inventory) MCE.png|[[Earth:TNT|TNT]] as it appeared in ''[[Minecraft Earth]]''. File:TNT Box.jpg|An officially licensed box in the shape of TNT. == See also == * {{EntityLink|Creeper}} * [[Tutorials/Traps#Explosive traps]] * [[Tutorials/TNT cannons]] == References == {{Reflist}} == External links == * [https://www.minecraft.net/en-us/article/block-week-tnt-0 Block of the Week: TNT] – Minecraft.net on August 11, 2017 == Navigation == {{Navbox redstone|components}} {{Navbox blocks|utility}} {{Navbox entities|Other}} [[Category:Manufactured blocks]] [[Category:Generated structure blocks]] [[Category:Utility blocks]] [[Category:Mechanisms]] [[Category:Combat]] [[Category:Flammable blocks]] [[Category:Hazardous blocks]] [[Category:Falling blocks]] [[cs:TNT]] [[de:TNT]] [[es:Dinamita]] [[fr:TNT]] [[hu:TNT]] [[it:TNT]] [[ja:TNT]] [[ko:TNT]] [[nl:TNT]] [[pl:TNT]] [[pt:Dinamite]] [[ru:ТНТ]] [[th:ทีเอ็นที]] [[tr:TNT]] [[uk:Динаміт]] [[zh:TNT]]