Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 weeks ago
All versions
NEOFORGE-mc1.21.1-v1.7.8
Release
Chloride-NEOFORGE/mc1.21.1/v1.7.82 months ago 26K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
RELEASE 1.7.8
- [✨] [1.21.1] Added Sable support for entity culling
- [✨] Added setting to disable Borderless optimization applied by driver (fixes black window blinking, false by default)
- [✨] Added setting to cap the entity rendering count on screen (entities are sorted by distance, unlimited by default)
- [🛠️] Changed Maximum horizontal distance culling to 128 and minimum to 0
- [🛠️] Changed Maximum vertical distance culling to 256 and minimum to 0
- [🛠️] Disabled customFog by default
- [🐛] [1.21.5] Fixed crash on neoforge loading unexisting resources
- [🐛] Fixed chloride's basic zoom stays enabled when other zoom mods are present
- [🐛] Fix borderless feature removes window borders when chloride settings desyncs with vanilla settings
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:wHVcHnEW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yD9qW65f:wHVcHnEW"
}


