diff options
| author | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-09-27 15:47:16 +0200 |
|---|---|---|
| committer | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-12-12 18:21:12 +0100 |
| commit | 0cb8e3dc05c43d3e1a64765a77179657c1e38373 (patch) | |
| tree | 0e1fee22a1dd2cfad11bba6591ea9aab40a1e69f /src/main/resources | |
| parent | 929728f8a52447931a234c231ddca904ebb8564b (diff) | |
| download | Skyblocker-0cb8e3dc05c43d3e1a64765a77179657c1e38373.tar.gz Skyblocker-0cb8e3dc05c43d3e1a64765a77179657c1e38373.tar.bz2 Skyblocker-0cb8e3dc05c43d3e1a64765a77179657c1e38373.zip | |
Random things
* Method renaming
* Button in Ui & Visuals for config screen
* Localization a bit
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 45780006..3d7faf6b 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -798,8 +798,12 @@ "skyblocker.config.uiAndVisuals.showEquipmentInInventory": "Show Equipment in Inventory", "skyblocker.config.uiAndVisuals.tabHud": "Fancy HUD and TAB", + "skyblocker.config.uiAndVisuals.tabHud.configScreen": "Open Config Screen", + "skyblocker.config.uiAndVisuals.tabHud.defaultPositioning": "Default Positioning Behavior", "skyblocker.config.uiAndVisuals.tabHud.enableHudBackground": "Enable HUD Background", "skyblocker.config.uiAndVisuals.tabHud.enableHudBackground.@Tooltip": "Enables the background of the non-tab HUD.", + "skyblocker.config.uiAndVisuals.tabHud.effectsFooter": "Effects from footer", + "skyblocker.config.uiAndVisuals.tabHud.effectsFooter.@Tooltip": "If on, will fetch current effects from the tab footer if the Hypixel Effects Widget is disabled.", "skyblocker.config.uiAndVisuals.tabHud.nameSorting": "Player Name Sorting Method", "skyblocker.config.uiAndVisuals.tabHud.nameSorting.@Tooltip": "Alphabetical sorting sorts names alphabetically while Default has no particular order.", "skyblocker.config.uiAndVisuals.tabHud.plainPlayerNames": "Plain Player Names", |
