1.0.0
Compatibility
Changes
GrimColors
GrimColors is a lightweight client-side visual enhancement mod that gives you complete control over Minecraft's color grading. Customize the game's appearance with powerful real-time color adjustments, all without requiring shaders.
Whether you want a brighter world, more vibrant colors, a cinematic look, or your own unique visual style, GrimColors makes it easy with an intuitive and modern interface.
Features
- Adjustable Gamma (beyond Minecraft's default limit)
- Brightness
- Contrast
- Saturation
- Vibrance
- Hue
- Exposure
- Color Temperature
- Tint
- RGB Color Balance
- Shadow & Highlight controls
- Optional Bloom effects
- Multiple built-in color filters
- Create, save, load, import, and export presets
- Instant preview while changing settings
- Lightweight with minimal performance impact
- Automatically saves your configuration
Presets
Create your own visual profiles for different situations such as PvP, Survival, Building, Night Exploration, or Cinematic gameplay. Switch between presets instantly without restarting Minecraft.
Controls
Press J to open the GrimColors configuration GUI. The keybind can be changed in Minecraft's Controls menu if desired.
Compatibility
- Minecraft 1.21.0 - 1.21.11
- Fabric
- Forge
- Client-side only
No server installation is required, making GrimColors compatible with any multiplayer or singleplayer world.
Transform Minecraft into your own visual experience with GrimColors.
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:jWfhlhQl:tZvYd35Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jWfhlhQl:tZvYd35Z"
}

