1.2b
Compatibility
Required content
Changes
The Official CoreMod of the Lost Era Modpack.
It contains patches, ASMs and utilities necessary to make the pack's content mesh together without issues.
Some of these patches include:
-Preventing users from enabling crash prone options from OF
-Disabling light emitting handheld items in the Deep Dark
-Fixing IC2's Luminator when paired with Aroma's Uncomplications
Overall a collection of small changes that prevent crashes, fixes existing bugs and patches unintended intermod gameplay conflicts.
More information about the pack can be found here:
https://modrinth.com/modpack/the-lost-era/
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:w5xYJ4ml:td7ybfA3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w5xYJ4ml:td7ybfA3"
}


