This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/durabilitytooltip-client.toml

22 lines
1.2 KiB
TOML
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
[Client]
# What should be the base text color of the tooltip?
# Allowed values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE, OBFUSCATED, BOLD, STRIKETHROUGH, UNDERLINE, ITALIC, RESET - Default: GRAY
baseTooltipColor = "GRAY"
# What colors should be used for the reactive part (numbers/text/bar characters) of the tooltip? 'base' means use the base color, 'gold' means always gold, 'varying' means green/orange/red depending on remaining durability.
# Allowed values: BASE, GOLD, VARYING - Default: VARYING
tooltipColorStyle = "VARYING"
# Should the durability tooltip only be shown on vanilla tools?
# Allowed values: true, false - Default: false
onlyVanillaTools = false
# What should be the style of the tooltip? 'numbers' means 'Durability: 30 / 100', 'text' means 'Durability: pristine/slight damaged/nearly broken', 'bar' means 'Durability: [███▒▒▒▒▒▒▒]'
# Allowed values: BAR, NUMBERS, TEXT - Default: NUMBERS
tooltipStyle = "NUMBERS"
# Should the tooltip include the 'Durability:' hint?
# Allowed values: true, false - Default: true
showTooltipHint = true