1.0.0
Compatibility
Changes
๐ Clean Saturated
Clean visuals. Smooth experience. Full control.
Clean Saturated enhances your Minecraft visuals by giving you precise control over color saturation while keeping performance smooth and stable. Designed to be lightweight and simple, it improves how the game looks without adding unnecessary complexity.
โจ Features
-
๐จ Adjustable Saturation Fine-tune color intensity to make your world more vibrant or more natural.
-
โก Smooth Performance Optimized to keep your game running clean and lag-free.
-
๐งผ Clean & Minimal GUI Easy-to-use interface for quick adjustments without clutter.
-
โจ๏ธ Custom Keybinds Change settings on the fly with fully configurable keybinds.
-
๐ง Lightweight Design No unnecessary features โ just what you need for better visuals.
๐ฏ Perfect For
- Players who want better-looking Minecraft without shaders
- Low-end PC users needing performance-friendly visual improvements
- Anyone who prefers a simple and clean UI experience
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:9zgudtji:ESxkTG70"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9zgudtji:ESxkTG70"
}

