All versions
1.4
Release
TNT extension 1.47 months ago 196
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.4–1.21.11
Platform
Data Pack
Changes
🎉The 1000 Downloads⬇️ Update🎉
Changes🔄️:
Added Super TNT🧨
- 5 seconds cooldown
- spawns 1001 tnt minecarts
- goes to the bedrock
- after using it wait and let the computer loading
to stop it:
/kill @e[type=minecraft:tnt_minecart]
The Datapack does now use a 2 in 1 file that means that the resource pack file is the same as the datapack file but it is still required to activate the resource pack
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| TNT extension 1.4 (RP).zip | Required resource pack | 18.15 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:cGn5jqYD:vErklxsq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cGn5jqYD:vErklxsq"
}

