Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated 4 months ago
All versions
mc1.20.1-1.3.1
Beta
GregTechCEu 1.20.1-1.3.12 years ago 8,482
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
ChangeLog
Version: 1.3.1
ADDITIONS:
- Ordered Assembly Lines
- Integration of Monazite: providing lots of additional functionality to jade
- Ghost Circuits for fluid hatches
- Overclocking beyond MAX voltage
- Much more lamp variants, with bloom support
- Subtick parallels, if a recipe oc's past 1 tick it does parallels instead
CHANGES:
- In world multiblock preview now properly works with rotated multiblocks
- Updated jp and tw lang
- Fusion Reactors now show a bloom ring when running a recipe
- Pipes of any kind can be water logged
FIXES:
- Disabling hazard config now properly disables everything hazard related
- Rubber trees spawn chance config now works
- Singleblock machines can no longer run a recipe beyond its tier
- Fluid Hatch locking properly saves between world loads
- Color-changing tooltip now changes colors properly
Optional dependencies
Any compatible version
Any compatible version
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:7tG215v7:AJGsk2Vl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7tG215v7:AJGsk2Vl"
}

