Colored Item Tooltips
Customizing Item Tooltip Colors
The Colored Item Tooltips modification allows players to personalize color schemes for item tooltips in Minecraft. You can set custom colors for both standard game items and objects with custom names, as well as create completely new rarity levels.
Easy Configuration via Config File
All settings are managed through a configuration file, and it's recommended to install the ModMenu mod for easier configuration. However, configuration is also possible without it using proper JSON format.
Configuration Format
To create rarity levels, use the following syntax:
{"id": "example", "color": ""}
For configuring colors of specific items:
{"id": "minecraft:wooden_sword", "color": ""}
For items with custom names:
{"name": "item name", "color": ""}
The modification is compatible with most popular mods and doesn't conflict with other interface changes.