All versions
2.0.0
Release
Silly TNT Mod 2.0.0 Forge2 years ago 104
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Update 2.0.0
Added:
TNT:
- Clone TNT
- Turtle TNT
- Spider TNT
- Napalm TNT
- Shockwave TNT
- Flower Power TNT
- Miracle Garden TNT
- Darkmatter TNT
- Confetti TNT
- Diarrhea TNT
- Disastrous TNT
- A completely normal TNT that is absolutely safe to detonate.
Dynamite:
- Clone Dynamite
- Turtle Dynamite
- Spider Dynamite
- Napalm Dynamite
- Shockwave Dynamite
- Flower Power Dynamite
- Thunderstorm Dynamite
- Confetti Dynamite
- Diarrhea Dynamite
- Disastrous Dynamite
- Girlfriend Dynamite
Minecart:
- Clone TNT Minecart
- Turtle TNT Minecart
- Spider TNT Minecart
- Napalm TNT Minecart
- Shockwave TNT Minecart
- Flower Power Minecart
- Confetti TNT Minecart
- Diarrhea TNT Minecart
Miscellaneous:
- Added recipes for all TNTs, Minecarts, and Dynamites.
Changes:
- Renamed the Mod-ID from: "sillytnt" to: "sillytntmod".
- Implemented Girlfriend Explosion Animation.
- Added Girlfriend Particles.
- Fixed localization for /randomsillytnt.
- Buffed Girlfriend TNT explosion strength.
- Nerfed TNT x20000 explosion strength.
- Increased Endothermic and Exothermic explosion damage.
- Increased Plasma Dynamite explosion size.
- Fixed orange acid damage and effects.
- Removed additional unused JSON files and textures missed in version 1.0.1.
- Further code cleanup.
- Set Poisonous TNT and Dynamite explosions to vanilla TNT explosion.
- Set Sugar Rush TNT and Dynamite explosions to vanilla TNT explosion.
- Set Glowstone TNT and Dynamite explosions to vanilla TNT explosion.
- Increased Deforestation TNT fuse time.
- Added missing translation entries.
- Reduced the number of Diamonds thrown around by Rich TNT and Rich Dynamite.
- Buffed Thermobaric TNT explosion size.
- Other technical adjustments.
Note: Girlfriend Rework is untested on Dedicated Servers.
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:qumyJf4z:3s6q3dy0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qumyJf4z:3s6q3dy0"
}


