2.0.0
Compatibility
Changes
TNT: Reforged 2.0.0
Catastrophe Overhaul
This update is a complete overhaul of TNT: Reforged.
All 45 TNT types were reviewed, rebalanced and polished to deliver larger, more cinematic and more distinctive destruction events. Explosion visuals, terrain damage and gameplay effects now work together much more consistently.
- Reworked and polished all 45 TNT types.
- Improved explosion power, crater size and terrain destruction.
- Matched terrain damage more closely with each TNT’s animation.
- Rebuilt Nuke, Black Hole and Supernova as true boss-level events.
- Improved Portal, Void, Reality Breaker, Singularity, Quantum, Chrono Rift and Dragon Breath.
- Completely reworked Tsunami TNT with real moving water waves and automatic cleanup.
- Restored Tornado TNT’s ability to rip apart structures and throw large amounts of debris.
- Added real explosions and craters to the smaller Meteor TNT impacts.
- Fixed freezes affecting several large TNT events.
- Improved performance, cleanup and safety limits.
- Reorganized the creative inventory by power tier.
- Rewrote all TNT descriptions and Shift tooltips.
No new TNTs were added. This update completely upgrades the existing 45 TNTs.
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:oJTMVmac:MPiydqks"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oJTMVmac:MPiydqks"
}

