Enchant Popoff
The Enchant Popoff modification displays enchantment tooltips below the item name popup in Minecraft, making it much easier to view all applied effects.
Configuration Settings
Default Parameters
{
"defaultColor": "AQUA",
"colorOverrides": {},
"maxLevelFormat": "ITALIC",
"mergeLines": true
}
Changing Parameters
defaultColor
The primary color applied to all enchantments. The list of available values is provided below.
colorOverrides
A string-to-string mapping that allows setting a specific color for a particular enchantment.
Example:
{
"colorOverrides": {
"minecraft:sharpness": "RED"
}
}
In this case, the "sharpness" enchantment text will be displayed in red. All valid values are listed below.
maxLevelFormat
Text formatting applied to the enchantment when it reaches maximum level. The list of available values is provided below.
mergeLines
When set to true, lines will be merged until their width reaches scaledScreenWidth / 2. When set to false, each enchantment will be displayed on a separate line.
Text Formats
Colors
Valid color values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE
Decorators
Valid decorator values: OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET
The RESET value is treated as NONE and uses the color specified in the colorOverrides map.