Tags
Creators
Details
2.0.1
Compatibility
Changes
Added Emissive textures Added Chemplant CraftTweaker support Added OC support for Batteries and the Rad sensor Added 7 versions of contaminated Snow and Ice and fallout each
Changed Nuke calculations to be faster Changed Fallout to only spawn from nukes Changed the tank mine model to the 1.7 one Changed Big Nuke calculations to be way faster Changed Fallout to only spawn from nukes Changed schrab revolver to work like the schrab hammer Changed more recipes to use high explosives like in 1.7 Reduced fluid lag Buffed RadHeater
Removed lanthanium from fracturing tower recipe
Fixing translations Fixing inserter Fixing RF bug Fixing cluster tooltips Fixing missing armor model Fixed serverside translations Fixed translation issues Fixed Spinny crash Fixed Worm dying from rads Fixed no shroom for boom Fixed M for <M rads Fixed translation issues Fixed missing textures Fixed gas masks Fixed server crash Fixed IO for RBMK Fixed armor on mobs Fixed RF crash Fixed spinning lights Fixed gamerule doDaylightCycle = false sideeffects Fixed Assembler crash Fixed Conveyor inserter and extractor Fixed gas mask shift render Fixed cordite and ballistite having coal effect Fixed metastable letter nuke Fixed armor on mobs Fixed IO for RBMK columns Fixed bedrock tier lang
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:9Y3a7djB:qMbZM2Rl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Y3a7djB:qMbZM2Rl"
}

