Tags
Creators
Details
Licensed ARR
Published last month
Updated 2 weeks ago
All versions
New:
0.4.0-alpha
Alpha
Palettinator 0.4.0-alpha2 weeks ago 366
Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
New: /palette analyze
A colour and texture read of your palette.
- Run it on your hotbar, or
/palette analyze 42on any saved palette. - Checks light-to-dark range, missing darks/highlights, holes in the value ramp, hue harmony, saturation balance, palette size, and whether a loud accent has anything quiet behind it.
- Texture-aware — knows patterned, rough, smooth and subtle surfaces apart, so "same tone, different texture" counts as good practice rather than a wasted slot.
- Every problem comes with real building blocks that would fix it — click one to load it into your hotbar.
- Client-side: opens a colour chart with your blocks plotted on it. Hover any block for its surface, lightness, hue and role. Also on the new Analyse button in the Build tab.
- Vanilla clients: every finding arrives in chat instead.
/palette analyseworks too.
Server admins: new permission node palettinator.command.analyze and an analyze cooldown in config/palettinator.json.
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:xDxM36HS:PyQ8zTOt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xDxM36HS:PyQ8zTOt"
}

