aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRime <81419447+Emirlol@users.noreply.github.com>2025-06-17 21:15:30 +0300
committerGitHub <noreply@github.com>2025-06-17 14:15:30 -0400
commitf6736848feed926026a4a6045bd31de91f503b82 (patch)
treeda78012d946167d50ebd3a285736f281c6fb174c /src/main/resources
parent0e9006f6ac3fb645369cce8ce5bd9c53e48f11b2 (diff)
downloadSkyblocker-f6736848feed926026a4a6045bd31de91f503b82.tar.gz
Skyblocker-f6736848feed926026a4a6045bd31de91f503b82.tar.bz2
Skyblocker-f6736848feed926026a4a6045bd31de91f503b82.zip
Fix chest value not accounting for item count in sacks & stashes (#1337)
* Fix chest value not accounting for item count in sacks * Fix item count being ignored in the stash * Add some `@NotNull` annotations * Fix gemstone sack value not working
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json2
1 files changed, 2 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 51ce85b1..2f9c6f94 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -287,6 +287,8 @@
"skyblocker.config.general.chestValue.@Tooltip": "Calculate the value of this container.",
"skyblocker.config.general.minionValue.@Tooltip": "Calculate the value of this minion's generated resources.",
+ "skyblocker.config.general.sackValue.@Tooltip": "Calculate the value of the items in this sack.",
+ "skyblocker.config.general.stashValue.@Tooltip": "Calculate the value of the items in this stash.",
"skyblocker.config.general.enableTips": "Enable Tips",