All versions
2.0.0.0.0
Release
Colossal Reactors 2.0.0.0.02 months ago 14
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Tweaks:
- The default settings for the heatsinks and fuels have been changed.
- Revised reactor algorithm (energy consumption and production have changed).
Bugfixes:
- Fixed extreme lag on large reactors through caching and controller-based architecture
- Reactor Builder now supports item input via hoppers and pipes
- Fixed simulation inconsistencies (rod adjacency penalties, bounds handling)
- Heatsinks are now just as effective for large reactors.
Feathures:
- Reactors can now be filled with fuel and coolant while turned off
- Added fuel capacity and fill percentage display in GUI.
- Added coolant capacity display in both controller GUI and simulation view.
- Reactor Builder now build a bit faster (configurable).
- Building Percent on Reactor Builder.
- Added mark input support to Reactor Builder.
- Added dump button for fluid buffers.
- Fixed Reactor Builder size.
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:x18RjbsF:BvutWi4t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x18RjbsF:BvutWi4t"
}


