{
"title": "Minecart with TNT",
"rows": [
{
"field": "Common",
"label": "(link to Rarity article, displayed as Rarity tier)"
},
{
"field": "Yes",
"label": "(link to Renewable resource article, displayed as Renewable)"
},
{
"field": "No",
"label": "Stackable"
},
{
"field": "Height: 0.7 blocks<br>Width: 0.98 blocks",
"label": "Size"
},
{
"field": "\n; If not exploded\n: 1 <span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:ItemSprite minecart-with-tnt.png article, displayed as 16x16px|link=Minecart with TNT|alt=|class=pixel-image|)</span>(link to Minecart with TNT article, displayed as <span class=\"sprite-text\">Minecart with TNT</span>)</span>",
"label": "(link to Drops#Common drops article, displayed as Drops)"
},
{
"field": "6<span class=\"hidden-alt-text\">HP</span><span class=\"nowrap mc-hearts\"><span class=\"iconbar pixel-image nowrap\" style=\"--icon-offset:-1px;\" title=\"3 hearts\">(link to File:Heart (icon).png article, displayed as 9px|link=|alt=❤️)(link to File:Heart (icon).png article, displayed as 9px|link=|alt=❤️)(link to File:Heart (icon).png article, displayed as 9px|link=|alt=❤️)</span></span>",
"label": "(link to Health article, displayed as Health points)"
}
],
"invimages": [
"Minecart with TNT"
],
"images": [
"Minecart with TNT.png"
]
}
A minecart with TNT is a minecart with TNT inside. Unlike normal TNT, it can detonate instantly, and its blast radius and damage is increased by its speed at detonation.
Obtaining
Minecarts with TNT can be retrieved by attacking them, and doing so drops them as an item. Critical hits are not applied to them, although the particles suggest otherwise.
When the minecart with TNT passes over the powered activator rail, it explodes after four seconds.In Java Edition, placing two minecarts with TNT on the rail and powering it (here, by flicking the lever) creates an instant explosion.Destroying the block of gold causes the minecart with TNT to fall down and instantly explode.
A minecart with TNT detonates after a delay on these conditions:
The delay is 4 seconds (80 game ticks) for an activator rail, like the TNT block. For other causes there is a random delay between 0 and 1.95 seconds.
It detonates instantly on these conditions:
It hits the ground with a downward velocity of it falling more than three blocks, unless landing on any form of rail.
It turns on a curved track too fast, with a solid block or entity located beside the track (in the previous movement direction). [Java Edition only]
It is hit by a flaming projectile.
It is pressed into a block or entity and has velocity.[Java Edition only]
Upon detonation it acts as normal TNT, exploding and damaging nearby blocks, players, and entities. Upon detonation after activating on activator rail, it does not destroy its rails and the blocks the rail is on, however other nearby minecarts can.[Java Edition only] More than one minecart can be placed on the same rail block, allowing many of them to fit into a single block. In Java Edition they explode when touched, dealing large amounts of damage.
The explosion has a base power of 4, the same as regular TNT, but the game also adds a random bonus value up to 1.5 times velocity, but no higher than 7.5. This means that with a speed of 5 or higher the power is a random value between 4 and 11.5. When triggered by an activator rail or by damage, the bonus value is calculated using the horizontal velocity of the minecart. When hit by a flaming arrow the velocity of the arrow is used instead. When triggered by fall damage, the fall distance divided by 10 is used.
Minecarts with TNT bounce off of other minecarts and cannot be linked to minecarts with furnaces.
Tags common to all entities see Template:Nbt inherit/entity/template
Tags common to all minecarts see Template:Nbt inherit/vehicle/template
[Int] fuse: Time until explosion or -1 if not activated.
[Float] explosion_power: A value from 0 to 128. Additional explosion power, which is added to the speed-based explosion power. Defaults to 4.0. If set to the default value, this field is not saved to the entity's NBT.
[Float] explosion_speed_factor: Controls the amount of added damage depending on the speed of the Minecart. Defaults to 1.0. If set to the default value, this field is not saved to the entity's NBT.