diff options
| author | olim88 <bobq4582@gmail.com> | 2025-06-07 20:25:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 15:25:52 -0400 |
| commit | 47770e4d7fb54c3c4aff54f8481277672ceec533 (patch) | |
| tree | 4f3c7b95c7b6295d1fa2cf3e74bcf444869463a6 /src/main/resources | |
| parent | 3106ee6c992736ef7a315125455545914de8d7c6 (diff) | |
| download | Skyblocker-47770e4d7fb54c3c4aff54f8481277672ceec533.tar.gz Skyblocker-47770e4d7fb54c3c4aff54f8481277672ceec533.tar.bz2 Skyblocker-47770e4d7fb54c3c4aff54f8481277672ceec533.zip | |
Item pickup Widget (#1295)
* basic inventory diff
* add getting items from sacks
* clean up code and add config
* add doc strings
* fix weird formatting
* overide shouldUpdateBeforeRendering to be true
* Change injection point to ScreenHandler and clean up lang
* Clean up ItemPickupWidget
* Fix player inventory out of bounds crash
* fix showing changes when in an inventory
without this the items of gui's and chests get added to the widget
* fix lobby change code
* Delay after location detected
---------
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 9 |
1 files changed, 9 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 7d229c85..18301b67 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -908,6 +908,15 @@ "skyblocker.config.uiAndVisuals.itemCooldown": "Item Cooldown", "skyblocker.config.uiAndVisuals.itemCooldown.enableItemCooldowns": "Enable Item Cooldown", + "skyblocker.config.uiAndVisuals.itemPickup": "Item Pickup Widget", + "skyblocker.config.uiAndVisuals.itemPickup.hud.screen": "Item Pickup Widget Config...", + "skyblocker.config.uiAndVisuals.itemPickup.sackNotifications": "Sack Notification", + "skyblocker.config.uiAndVisuals.itemPickup.sackNotifications.@Tooltip": "Also show changes in sacks (this relies on Hypixel Settings -> Chat Feedback -> Sack Notifications being enabled)", + "skyblocker.config.uiAndVisuals.itemPickup.showItemName": "Show Item Name", + "skyblocker.config.uiAndVisuals.itemPickup.showItemName.@Tooltip": "Show the item names and icons in the widget", + "skyblocker.config.uiAndVisuals.itemPickup.lifeTime": "Item Lifetime (s)", + "skyblocker.config.uiAndVisuals.itemPickup.lifeTime.@Tooltip": "How long should items stay on the widget", + "skyblocker.config.uiAndVisuals.slotText": "Slot Text", "skyblocker.config.uiAndVisuals.slotText.@Tooltip": "Displays information such as enchantment book level, minion level, pet level, potion level, prehistoric egg blocks walked, rancher's boots speed cap, and skill level", "skyblocker.config.uiAndVisuals.slotText.mode.ENABLED": "Enabled", |
