Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 weeks ago
All versions
2.8.1+26.1.2
Release
Colorful Blocks 2.8.1 for 26.1.22 weeks ago 43
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
Colorful Blocks 2.8.1
Fixes
- Fixed the ModernUI crash when opening the color picker by replacing the vanilla edit box with a custom hex input widget
- Fixed the hex input showing a stale value after the color was changed with the square picker or the sliders (the value is now only skipped when the change comes from the hex field itself)
- Fixed the hex input being hard to see on 1.21.1 and unified the color picker layout between the 1.21.1 and 26.1.2 builds (blurred background, panel layering and widget look are now identical)
- Fixed the Jade tooltip not showing the hex value properly (separate provider IDs so priorities no longer collide, uppercase #RRGGBB, colored swatch restored)
- Fixed item tooltips so the hex value is always complete and uppercase (#RRGGBB) and tinted with the item color (e.g. #FF0000 shown in red)
- Fixed the stained concrete preview initializing too early in the screen (now lazily created when the player is available)
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:VuBMNaL4:4RMYG4pJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VuBMNaL4:4RMYG4pJ"
}

