3.0.0
Compatibility
Changes
Tunnel TNT — Changelog v3.0.0 — Stability & Profiles Update
Major stability improvements to tunnel generation behaviourExpanded saved profile system for quick configuration switchingImproved Survival balance and scoring logic Refined tunnel structure consistency, lining, and lighting placement Performance optimisations for smoother large-scale excavationGeneral polish and reliability improvements across the mod, added lights, frames and mining ability.
This version establishes the new baseline standard for Tunnel TNT. v2.0.0 — Mechanics & Survival Integration
Added full Survival-mode crafting recipeIntroduced resource-aware tunnel mechanicsImplemented initial scoring and reward behaviourAdded configurable tunnel lining and lighting optionsImproved detonation handling and tunnel shape reliabilityFirst pass of in-game configuration controls
v1.0.0 — Initial Release
Core Tunnel TNT block capable of carving structured tunnels
Basic automatic tunnel geometry generation
Early configuration support for tunnel behaviour
Designed for fast excavation and large build utility
Initial NeoForge 1.21.1 release
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:3o5mL9Kc:UowIc5bE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3o5mL9Kc:UowIc5bE"
}

