Links
Tags
Creators
Details
2.0.0
Compatibility
Changes
IC2Additions 2.0.0
Fixed multiblock structures not activating when loading into a world Fixed Gold-250 fuel rods not working correctly Fixed drill storage capacity being too low
Added Radiation Absorber block Added RT-Generator Added new fuel pellets: Uranium-238, Plutonium, Americium, Sanarium, Radioactive Iridium, Gold-250 Added ability to craft Thorium pellets from Thorium-232 + Uranium-233 Added new cables Added Alloy Smelter — used to craft Bronze, Steel, and Composite Added new Heat Generator based on coils (IC2)
Deuterium Tower — new multiblock with all required blocks Fusion Reactor Steam Boiler — produces steam for the fusion reactor Steam Turbine — converts steam into power Steam Boiler — standard steam production multiblock Plasma Forge — new smelter; used to craft Tritanium and Duritanium Thermonuclear Reactor
New damage values for all sabers New textures for Gold-250 items Increased charge speed for custom armor Wind turbines now generate more EU Solar panels now have higher capacity and an updated GUI Increased Thorium ore spawn rate Updated crafting recipes for the Molecular Assembler and Thermosil
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:FQEd7PyG:D8T17hKf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FQEd7PyG:D8T17hKf"
}

