All versions
2.0.3
Release
2.0.32 years ago 3,579
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
So this is a true 2.0 release, that out of the sheer number of 2.0.0 releases that have messed with my judgement.
Features:
- GasPerTick Input / Output support.
- Selective redstone update / check.
- The capacity of the Mana Provider can now be modified.
- Use
BlockPos2ValueMapto optimize memory usage (From StellarCore). - Added
InsolatorRecipeAdapter. - Upgrade blocks can now use JEI keystrokes.
- Upgrade blocks can now be indexed by JEI.
- FactoryController's
isWorkingmethod now requires at least recipe to be running properly before returning true. - Make Auto Assembly Trigger Forge Event (#121).
- Structure Preview now expands the menu by default.
- Optimised performance of MEItemBus / MEFluidBus / MEGasBus.
Fixes:
- Fix some side judgement issues caused by async thread.
- Possible fix for potential geo model z-fighting issues.
- Fix MEFluidBus sometime not working.
- Prevent overlapping structures (for
DynamicPattern). - Fix some memory leak issues.
- Fixed the issue that the emissive part of the model could not be rendered in Optifine Shader environment.
- Fix weird rendering colours for the first material slot in the preview.
- Removed a redundant
getDropsmethod, prevent dupes. - Fixed the problem of incorrectly judging space for scrollbars.
InternalChanges:
- Deprecated
HybirdFluid - Remove usage of GLSM
push/popAttrib(#116) - Use
ReadWriteLockto enhance thread safe. ObfuscationReflectionHelper->ReflectionHelper.- Reduced version requirements for TE5.
Supplementary resources
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:1HzJhDgb:rV6A85Lk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1HzJhDgb:rV6A85Lk"
}

