minecraft:tnt

TNT

Minecraft · by Mojang Studios
block Enderman Holdable

Acquisition

Padded using UU-Matter, UU-Matter and UU-Matter, arranged in the pattern shown. Produces TNT.

Padded
UU-Matter
UU-Matter
UU-Matter
TNT guaranteed

Crafting using Gunpowder, Any of Sand / Red Sand, Gunpowder, Any of Sand / Red Sand, Gunpowder, Any of Sand / Red Sand, Gunpowder, Any of Sand / Red Sand and Gunpowder, arranged in the pattern shown. Produces TNT.

Crafting
TNT guaranteed

Crafting using Gunpowder, Any of White Sand / Orange Sand / Black Sand, Gunpowder, Any of White Sand / Orange Sand / Black Sand, Gunpowder, Any of White Sand / Orange Sand / Black Sand, Gunpowder, Any of White Sand / Orange Sand / Black Sand and Gunpowder, arranged in the pattern shown. Produces TNT.

Crafting
TNT guaranteed

Scrapbox using Scrap Box. Produces TNT.

Scrapbox
TNT guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Shipwreck Supply (minecraft) minecraft:shipwreck_supply1–1100%
Loot table: Buried Treasure (minecraft) minecraft:buried_treasure1–1100%
Gameplay loot table: Desert Pyramid (minecraft) minecraft:desert_pyramid1–1100%
TNT1–1100%Survives Explosion, Block State Property

Used in (1)

Crafting using TNT and Minecart, in any arrangement. Produces Minecart with TNT.

Crafting ⇆ any arrangement
Minecart with TNT Minecart with TNT guaranteed

Block drops

dropscountchanceconditions
TNT1–1100%Survives Explosion, Block State Property
Developer reference
Registry name
minecraft:tnt
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/enderman_holdable

Recipe JSON (4):

{
  "recipe_type": "reborncore:padded",
  "pattern": [
    "U  ",
    " U ",
    "  U"
  ],
  "ingredients": {
    "U": {
      "item": "techreborn:uu_matter"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X#X",
    "#X#",
    "X#X"
  ],
  "ingredients": {
    "#": {
      "anyOf": [
        {
          "item": "minecraft:sand"
        },
        {
          "item": "minecraft:red_sand"
        }
      ]
    },
    "X": {
      "item": "minecraft:gunpowder"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X#X",
    "#X#",
    "X#X"
  ],
  "ingredients": {
    "#": {
      "anyOf": [
        {
          "item": "biomesoplenty:white_sand"
        },
        {
          "item": "biomesoplenty:orange_sand"
        },
        {
          "item": "biomesoplenty:black_sand"
        }
      ]
    },
    "X": {
      "item": "minecraft:gunpowder"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}