Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 weeks ago
All versions
1.8.0-NEO-1.21.1
Release
chloride-1.8.0-NEOFORGE-1.21.13 weeks ago 308
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
RELEASE 1.8.0
- [✨] Added a void horizon height slider (sets the Y level of the below-horizon void plane, 63 keeps vanilla behavior)
- [✨] Added a toggle to enhance Skybox looking on low render distances
- [🛠️] Moved per-particle toggles to a separated screen with an id/mod search box (fixes #174)
- [🛠️] Replaced the custom config with WaterConfig (config is now chloride-client.toml), recovers old settings from .json file and deletes the file once is done.
- [🛠️] Declared Smooth Skies incompatible (its features are already in chloride) (fixes #170)
- [🛠️] Updated Sodium to 0.8.12
- [🐛] Fixed bed faces were still culled with Fast Beds disabled (fixes #126)
- [🐛] Fixed JEI integration crash on latest JEI (fixes #172)
- [🐛] Fixed solid chests pack reused the solid beds pack id
- [🐛] Fixed JEI/REI/EMI mixins applied even when those mods weren't installed
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:yD9qW65f:JFeHgS8l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yD9qW65f:JFeHgS8l"
}

