Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
2.1.3.4
Release
IC2Classic-1.19.2-2.1.3.4last month 1,836
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
A Small maintance update mostly made by CrossVas.
Dealing with problems he found or bugs that got reported.
Changelog:
- Added: Plugin Feature System. The plugin system is mainly for heavy bulk systems in place but its hard to allow granular control. This is where the "Feature System" comes into play. It allows to define single functionality functions that only provide 1 feature. Said feature then can be enabled/disabled as needed giving a lot more control. Note that the feature system is a extension of the plugin system. (Author: CrossVas)
- Added: Compat for AE2 ore processing (Author: CrossVas)
- Added: Compat for Project Red Ore Processing (Author: CrossVas)
- Added: Compat for RF Tools Ore Processing (Author: CrossVas)
- Changed: Moved Mekanism plugin into the Feature System (as all its functionality was just small features) (Author: CrossVas)
- Fixed: runData would cause crashes with ic2c because of a unchecked minecraft instance being used.
- Fixed: Solar Turbine was resetting its heat value when maxed. (We assumed maxed out is the default value when saving but didn't implement the reading part properly) (Author: CrossVas)
- Fixed: Some small Lang bugs (Author: CrossVas)
- Fixed: JEI Reactor copy string was wrongly selected (Author: Speiger)
Optional dependencies
Any compatible version
Any compatible version
Known incompatibilities
Any version
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:nIaMQHTd:Qy5qeGTB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nIaMQHTd:Qy5qeGTB"
}

