All versions
1.0.6
Release
Sign Builder 1.0.6last month 4
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 1.0.6 β Changelog
π Features
- Custom Color Management: Added the ability to right-click saved custom colors in the palette menu to remove them.
- Hovering over custom color slots now displays a "HEX" preview alongside a secondary hint: "Right-click to delete".
- Dynamic Tooltip Info: Hovering over the Paint Brush in your inventory now displays the active color:
- For preset colors, it shows the color name (e.g., Selected Color: Blue).
- For custom palette colors, it displays the exact HEX code (e.g., Selected Color: #FF0000).
π Fixes & Bugs
- Preset Color Tweaks: Adjusted the preset Red color code value for improved visual accuracy across blocks and UI elements.
- Server Sync Fix: Fixed an issue where deleted custom colors would reappear upon adding new ones by implementing server-side packet synchronization.
- Cleaner Chat Notifications: Selecting a custom color now outputs a clean "Custom color selected!" message in chat formatted with that specific color, removing redundant HEX code text.
- Renamed the palette button from "Add Color" to "Add Custom Color".
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| signbuilder-1.0.6.jar | Unknown | 140.86 KiB |
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:ODjFZ65c:jNhsLfv9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ODjFZ65c:jNhsLfv9"
}

