Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.20.1-FORGE-1.5.0
Release
Chloride-FORGE/1.20.1-1.5.0last year 1.43M
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Required content
Changes
RELEASE 1.5.0
- [✨] Added option "ModpackMode": disables chloride pages registration (forces applied configs)
- [✨] Added Zoom key defaulted to (C)
- 🛠️ It gots disabled by default when JustZoom or Zume is installed
- [🛠️] Replace ForgeConfigAPI with a custom config utility
- [🛠️] Renamed Metrics page to Overlay
- [🛠️] Removed Zume translations
- [🛠️] Removed Zume integrations
- [🛠️] Updated all JEI, REI and EMI integrations to their latest versions
- [🐛] Fixed crashes caused by Create 0.6.1 (new Flywheel Update)
- [🐛] Fixed crashes with Cubes without Borders
- [🐛] Fixed crashes with Forgery
Known incompatibilities
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:yD9qW65f:8cnn9uOM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yD9qW65f:8cnn9uOM"
}




