diff options
author | isXander <isxander@users.noreply.github.com> | 2022-09-19 19:11:13 +0100 |
---|---|---|
committer | isXander <isxander@users.noreply.github.com> | 2022-09-19 19:11:13 +0100 |
commit | de1c8a317226b58fe03497027136eaed1adfd808 (patch) | |
tree | 5f97d6d91bc37f83d8de8c6f4a335d06a014cee0 /src/main/resources/assets/yet-another-config-lib | |
parent | 904e4d61b6cf84c807a99e66fc70527b01ae6fcc (diff) | |
download | YetAnotherConfigLib-de1c8a317226b58fe03497027136eaed1adfd808.tar.gz YetAnotherConfigLib-de1c8a317226b58fe03497027136eaed1adfd808.tar.bz2 YetAnotherConfigLib-de1c8a317226b58fe03497027136eaed1adfd808.zip |
1.4.0
improved tooltips
`ButtonOption` now consumes itself, so you can access it when building.
Diffstat (limited to 'src/main/resources/assets/yet-another-config-lib')
-rw-r--r-- | src/main/resources/assets/yet-another-config-lib/lang/en_us.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/main/resources/assets/yet-another-config-lib/lang/en_us.json b/src/main/resources/assets/yet-another-config-lib/lang/en_us.json index 1c47579..fd02225 100644 --- a/src/main/resources/assets/yet-another-config-lib/lang/en_us.json +++ b/src/main/resources/assets/yet-another-config-lib/lang/en_us.json @@ -20,5 +20,17 @@ "yacl.restart.title": "Config requires restart!", "yacl.restart.message": "One or more options needs you to restart the game to apply the changes.", "yacl.restart.yes": "Close Minecraft", - "yacl.restart.no": "Ignore" + "yacl.restart.no": "Ignore", + + "yacl.config.category.tooltips": "Tooltips", + "yacl.config.category.tooltips.description": "Modify how YACL's tooltips behave.", + "yacl.config.tooltip.group.option": "Options", + "yacl.config.tooltip.group.group": "Groups", + "yacl.config.tooltip.group.category": "Categories", + "yacl.config.opt.hover_ticks": "Hover Time", + "yacl.config.opt.hover_ticks.tooltip": "How long to hover before the tooltip appears.", + "yacl.config.opt.tooltip_location": "Tooltip Location", + "yacl.config.opt.tooltip_location.tooltip": "Where the tooltip should appear on the screen.", + "yacl.config.tooltip_location.adjacent": "Adjacent", + "yacl.config.tooltip_location.mouse": "Mouse" } |