All versions
2.9.0
Release
Colorflow 2.9.07 months ago 1,667
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
Colorflow Changelog
[2.8.0] - 2025-01-23
⨠Major Visual Improvements
šØ See-Through Background
- Semi-transparent overlay - Now you can see Minecraft behind the GUI!
- Panels have subtle transparency while remaining readable
- Much more immersive experience
šÆ Highly Visible Color Cursor
- Large square cursor with white outer ring, black inner ring, and color center
- Crosshair lines extending from cursor for maximum visibility
- Impossible to lose track of your selection!
š¦ Single Item Mode
- All block pickups now give 1 item instead of 64
- More natural for building workflows
- Stack in creative inventory as needed
š Gradient Generator Overhaul
š Variable Length
- Choose 3 to 15 steps with +/- buttons
- First and last blocks are always exactly what you selected
- Only middle blocks are calculated for best color match
š Block Filters
- Solid - Full blocks only (concrete, wool, etc.)
- Glass - Transparent blocks (stained glass, ice)
- Partial - Slabs, stairs, walls
- Toggle multiple filters at once
šÆ Improved Block Selection
- Clear START/END slot system
- Visual highlight showing selected slot
- First/last preview slots highlighted in accent color
š Bug Fixes
- Color palette cursor now highly visible on all colors
- Hue bar arrows visible on both sides
- Tooltips stay on screen properly
- Scroll works correctly in block browser
š§ Technical
- Panels use alpha blending (0xF0 and 0xC0) for transparency
- Gradient generator respects user's exact block choices
- Filter system properly categorizes blocks
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:hlD57yz8:wtPJ5lM3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hlD57yz8:wtPJ5lM3"
}

