Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 years ago
All versions
1.2.0
Release
Nuclear Bombs 1.2.0 (1.18.2)3 years ago 3,373
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Changelog:
Version 1.2.0
Optimized the 5-ton, 10-ton, and 20-ton nuclear bombs for improved performance and efficiency.
Enhanced explosion effects and visuals for a more immersive experience.
Introduced a reworked radiation system with improved mechanics and gameplay dynamics.
Fixed Lead armor as a new protective gear against radiation exposure.
A Full Set of Lead armor now provides complete protection against radiation effects.
Adjusted blast radius and damage values for each nuclear bomb:
5-ton nuclear bomb: Modified blast radius and damage to achieve a more balanced gameplay.
10-ton nuclear bomb: Fine-tuned blast radius and damage for a challenging yet fair experience.
20-ton nuclear bomb: Enhanced blast radius and damage to deliver a massive destructive impact.
Improved performance optimizations to ensure smooth gameplay even during large-scale explosions.
Fixed various bugs and issues reported by the community for a more stable and enjoyable gameplay experience.
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:9vhFUq3n:tUga3iRj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9vhFUq3n:tUga3iRj"
}

