
Extreme Reactors
Extreme Reactors is the original port of the 1.7.10 mod Big Reactors, by Erogenous Beef, rewritten for MC 1.9.4 / 1.10.x / 1.11 / 1.12.2 and 1.16.3 / 1.16.4 / 1.16.5 / 1.17.1 / 1.18.1 / 1.18.2 / 1.19 / 1.19.1 / 1.19.2 / 1.20 / 1.20.1 / 1.21 / 1.21.1
Tags
Creators
Details
1.16.5-2.0.58
Compatibility
Changes
- Redstone Ports now check the block in front of them instead of the blocks around the block in front of them to detect when redstone power is no longer supplied directly to the port.
- Fixed Redstone Power Ports not updating the input sensor when a change in the redstone level occurs. Close #90. Thanks to lightlike for the report.
- Patchouli compat : fixed problems with tooltips in custom crafting pages. Close ER #40. Thanks to jajajafeti and macks2008 for the report.
- Updated ZeroCore to version 2.1.29
- Bumped version to 2.0.58
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:idkvShUy:xHyu5PeP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:idkvShUy:xHyu5PeP"
}
