diff options
| author | viciscat <51047087+viciscat@users.noreply.github.com> | 2025-06-27 06:53:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-27 00:53:22 -0400 |
| commit | 5e52be8a3263d686f083eb9adcf394d38953611e (patch) | |
| tree | ecf4e9d5342984769c892ce7bfedd39a6aaf7c7e /src/main/resources/assets | |
| parent | c73fdf29722a7b1586749ed6d9c97655f1d0150c (diff) | |
| download | Skyblocker-5e52be8a3263d686f083eb9adcf394d38953611e.tar.gz Skyblocker-5e52be8a3263d686f083eb9adcf394d38953611e.tar.bz2 Skyblocker-5e52be8a3263d686f083eb9adcf394d38953611e.zip | |
config for config button and customize button (#1390)
Diffstat (limited to 'src/main/resources/assets')
| -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 e677cb8d..8bd849d1 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -1030,7 +1030,11 @@ "skyblocker.config.uiAndVisuals.searchOverlay.maxSuggestions": "Maximum Suggestions", "skyblocker.config.uiAndVisuals.searchOverlay.maxSuggestions.@Tooltip": "The maximum number of suggested items to show.", + "skyblocker.config.uiAndVisuals.showCustomizeButton": "Show Customize Armor Button", + "skyblocker.config.uiAndVisuals.showCustomizeButton.@Tooltip": "Adds a little paint brush icon in your inventory next to the player model to open the Armor Customization screen.", "skyblocker.config.uiAndVisuals.showEquipmentInInventory": "Show Equipment in Inventory", + "skyblocker.config.uiAndVisuals.showConfigButton": "Show Config Button", + "skyblocker.config.uiAndVisuals.showConfigButton.@Tooltip": "Adds a button in the skyblock menu to open the Skyblocker config.", "skyblocker.config.uiAndVisuals.smoothAOTE": "Smooth AOTE", "skyblocker.config.uiAndVisuals.smoothAOTE.@Tooltip": "Smooths out teleporting with right click teleport abilities.", |
