diff options
author | Trương Hoàng Long <longtruong2411@gmail.com> | 2023-02-07 15:59:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 15:59:38 +0100 |
commit | 3eb42b2a185be4928b733efd3ebbd08c5017bb91 (patch) | |
tree | 053e8619e852aec81c46e4698ec9d11e42cc097e /src/main/resources | |
parent | a23f1894f52224293fb4397bdb7705444da2de65 (diff) | |
parent | 75d931fe2372badc54adddb458c54e1c8010953c (diff) | |
download | Skyblocker-3eb42b2a185be4928b733efd3ebbd08c5017bb91.tar.gz Skyblocker-3eb42b2a185be4928b733efd3ebbd08c5017bb91.tar.bz2 Skyblocker-3eb42b2a185be4928b733efd3ebbd08c5017bb91.zip |
Merge pull request #111 from MiraculixxT/quick-nav-customization
Adding QuickNav Customization
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 15 |
1 files changed, 15 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 a792e2e7..8e7e4041 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -37,6 +37,21 @@ "text.autoconfig.skyblocker.option.richPresence.enableRichPresence": "Enabled", "text.autoconfig.skyblocker.option.richPresence.customMessage": "Custom Message", + "text.autoconfig.skyblocker.category.quickNav" : "Quick Navigation", + "text.autoconfig.skyblocker.option.quickNav.enableQuickNav" : "Enable Quick Navigation", + "text.autoconfig.skyblocker.option.quickNav.button1" : "Button 1", + "text.autoconfig.skyblocker.option.quickNav.button2" : "Button 2", + "text.autoconfig.skyblocker.option.quickNav.button3" : "Button 3", + "text.autoconfig.skyblocker.option.quickNav.button4" : "Button 4", + "text.autoconfig.skyblocker.option.quickNav.button5" : "Button 5", + "text.autoconfig.skyblocker.option.quickNav.button6" : "Button 6", + "text.autoconfig.skyblocker.option.quickNav.button7" : "Button 7", + "text.autoconfig.skyblocker.option.quickNav.button8" : "Button 8", + "text.autoconfig.skyblocker.option.quickNav.button9" : "Button 9", + "text.autoconfig.skyblocker.option.quickNav.button10" : "Button 10", + "text.autoconfig.skyblocker.option.quickNav.button11" : "Button 11", + "text.autoconfig.skyblocker.option.quickNav.button12" : "Button 12", + "text.autoconfig.skyblocker.option.general.itemList": "Item List", "text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Enable Item List", |