diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-07-26 01:27:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 01:27:12 +0800 |
commit | 55349c543a4b0fcbf9cbb86e0c1b7c0abd790b8c (patch) | |
tree | c0da1abbc72c6cce7d796e7a7655a8203fb916f2 /src/main/resources/assets/skyblocker | |
parent | 7f91ba452475397e7a6d6f2ecf671408778bb9dd (diff) | |
parent | eb2ac7c20ca00da5c8998aad291584b76186ec5f (diff) | |
download | Skyblocker-55349c543a4b0fcbf9cbb86e0c1b7c0abd790b8c.tar.gz Skyblocker-55349c543a4b0fcbf9cbb86e0c1b7c0abd790b8c.tar.bz2 Skyblocker-55349c543a4b0fcbf9cbb86e0c1b7c0abd790b8c.zip |
Merge pull request #788 from Emirlol/container-matcher-refactor
Refactor container matcher implementations into interfaces
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-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 875b45dd..2c19e036 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -10,6 +10,7 @@ "key.skyblocker.toggleA": "Toggle tab HUD to screen A", "key.wikiLookup": "Wiki Lookup", "key.itemProtection": "Protect Item", + "key.skyblocker.slottext": "Slot Text", "text.skyblocker.open": "Open", "text.skyblocker.quit_config": "Changes Not Saved", @@ -27,6 +28,9 @@ "skyblocker.config.title": "Skyblocker Settings", + "skyblocker.config.shortcutToKeybindsSettings": "Edit Keybind", + "skyblocker.config.shortcutToKeybindsSettings.@Text": "Click... (Opens up Keybinds Options)", + "skyblocker.config.crimsonIsle": "Crimson Isle", "skyblocker.config.crimsonIsle.kuudra": "Kuudra", |