CCI Map Palette is a client-side addon for FTB Chunks that improves minimap colors at runtime.
Instead of relying only on Minecraft's often inaccurate defaultMapColor() values, it patches FTB Chunks during map rendering and replaces colors with results that better match what the player actually sees in-game.
This is especially useful in content-heavy modpacks with lots of tech blocks, decorative blocks, connected textures, tinted fluids, and blocks whose visible color comes from dynamic state or block entities.
CCI Map Palette does not modify world data, recipes, saves, or server-side gameplay. It is purely a client-side map-color enhancement.
/cci_map_palette debug
/cci_map_palette debug on
/cci_map_palette debug off
/cci_map_palette auto_override
/cci_map_palette auto_override list
/cci_map_palette auto_override unmapped
/cci_map_palette auto_override list_unmapped
/cci_map_palette auto_override add <namespace-or-mod-name>
/cci_map_palette auto_override remove <namespace-or-mod-name>
/cci_map_palette invalidate_map <radius>
debug - Enables a client-side overlay that shows information about the targeted block or fluid, including runtime overrides, FTB Chunks color source, and the final rendered map pixel.auto_override - Shows the currently enabled automatic override namespaces.auto_override list - Shows the currently enabled automatic override namespaces.auto_override unmapped - Lists loaded mods whose mod IDs are not currently enabled for automatic runtime color resolution.auto_override list_unmapped - Alias for auto_override unmapped.auto_override add <namespace-or-mod-name> - Adds one or more namespaces to automatic runtime color resolution. You can use either a namespace or a loaded mod name.auto_override remove <namespace-or-mod-name> - Removes one or more namespaces from automatic runtime color resolution.invalidate_map <radius> - Forces loaded chunks around the player to be rescanned so minimap colors update faster after changes.