diff options
| author | Rime <81419447+Emirlol@users.noreply.github.com> | 2025-06-17 21:15:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-17 14:15:30 -0400 |
| commit | f6736848feed926026a4a6045bd31de91f503b82 (patch) | |
| tree | da78012d946167d50ebd3a285736f281c6fb174c /src/main/resources | |
| parent | 0e9006f6ac3fb645369cce8ce5bd9c53e48f11b2 (diff) | |
| download | Skyblocker-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.json | 2 |
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", |
