All versions
1.0.0
Release
Nukes - Very Low Performance - Release - v1.0 - Forge 1.20.19 months ago 34
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
COMPLETE OVERHAUL
- Added a new nuke called "Castle Bravo"
- Made Castle Bravo stronger than the Hydrogen Bomb but weaker than the Tsar Bomba
- Added new ore called "Plutonium Ore"
- Added new blocks called "Raw Plutonium Block" and "Plutonium Block"
- Added new items called "Plutonium" and "Plutonium Ingot"
- Made Uranium Ore spawn in the Overworld
- Made Plutonium Ore spawn in the End
- Added new crafting recipes
- Changed some crafting recipes
- Added 5 unique advancements
- Changed the radii of some nukes
- Added the completed "Radiation" effect
- Made the "Radiation" effect bypass armor
- Added multiple radiation zones for each nuke, each with unique danger levels: Deadzone, Barely Survivable Zone, Mid Zone, and Easily Survivable Zone.
- And a lot of bug-fixes
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:UWNk6U65:Q6IObhUE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UWNk6U65:Q6IObhUE"
}

