diff options
author | Trương Hoàng Long <longtruong2411@gmail.com> | 2022-03-14 22:30:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 22:30:28 +0100 |
commit | 85ef1ec14b94ab62474ea74ad82ec3e6e3f0a11f (patch) | |
tree | 13def4ae306fad86f99f5ad37112890c959f5214 /src/main/resources/assets/skyblocker | |
parent | c6c9cf38ad107e26d2ca70ab63bb8f72ef2111fb (diff) | |
parent | 2cfda0230cca44b51e1b71db77d6c2a4ae7d42a1 (diff) | |
download | Skyblocker-85ef1ec14b94ab62474ea74ad82ec3e6e3f0a11f.tar.gz Skyblocker-85ef1ec14b94ab62474ea74ad82ec3e6e3f0a11f.tar.bz2 Skyblocker-85ef1ec14b94ab62474ea74ad82ec3e6e3f0a11f.zip |
Merge pull request #60 from Fix3dll/master
add: customization backpack preview without shift
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 4aacfebf..db024916 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 @@ "text.autoconfig.skyblocker.option.general.bars.enableBars": "Enable Bars", "text.autoconfig.skyblocker.option.general.quicknav": "Quicknav", "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Enable Quicknav", + "text.autoconfig.skyblocker.option.general.backpackPreviewWithoutShift": "View backpack preview without holding Shift", "text.autoconfig.skyblocker.option.general.itemTooltip": "Item Tooltip", "text.autoconfig.skyblocker.option.general.itemTooltip.enableNPCPrice": "Enable NPC Price", "text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "Enable Avg. BIN Price", @@ -64,4 +65,4 @@ "text.autoconfig.skyblocker.option.general.enableUpdateNotification": "Update Notification", "skyblocker.api.got_key": "§b[§6Skyblocker§b] §2Automatically set your API key!" -}
\ No newline at end of file +} |