diff options
author | Miraculixx <miraculixxyt@gmail.com> | 2023-01-31 13:09:27 +0100 |
---|---|---|
committer | Miraculixx <miraculixxyt@gmail.com> | 2023-01-31 13:09:27 +0100 |
commit | 41dde7b568278953bf1c5a68ae09e50f2bb8d9b8 (patch) | |
tree | 7211dbd8421b98bbd638354791a3d1ca58ecc6b1 /src/main/resources/assets/skyblocker/lang | |
parent | a23f1894f52224293fb4397bdb7705444da2de65 (diff) | |
download | Skyblocker-41dde7b568278953bf1c5a68ae09e50f2bb8d9b8.tar.gz Skyblocker-41dde7b568278953bf1c5a68ae09e50f2bb8d9b8.tar.bz2 Skyblocker-41dde7b568278953bf1c5a68ae09e50f2bb8d9b8.zip |
Adding QuickNav Customization
Adding a way to customize the quick navigation buttons in the inventory.
Every button can be toggled, has a display icon with nbt data, a click event and GUI name for highlighting.
On default, everything is like before.
The only problem is cloth config translation. I never worked before with cloth and don't want to copy paste the same key 12 times for the 12 buttons.
If anyone is good with cloth config and know how to change the path, just edit it or message me :+1:
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang')
-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", |