You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ Reports number of waypoints changed.
349
349
- When used on an open container, it detects which items were taken (based on inventory slot increases) and transfers only those into the shulker, keeping the rest of your items untouched.
350
350
- When used from your own inventory, it simply transfers eligible items according to your filters and mode.
351
351
- Supports transfer modes (All / Stackable / Non-stackable) and blacklist / whitelist item lists.
352
-
- Protects key hotbar slots (placed shulker and best pickaxe) from being moved or overwritten.
352
+
- Protects key hotbar slots (placed shulker and best pickaxe) from being moved or overwritten and optionally can block entire hotbar from being transferred.
353
353
- Automatically places a shulker safely nearby, faces it, opens it, deposits items, then breaks and retrieves it.
354
354
- Uses safe placement logic and short, latency-aware waits to sync with server timing.
355
355
- Ideal for rapid looting, cleanup, or personal inventory compression without manual sorting.
Copy file name to clipboardExpand all lines: src/main/resources/assets/wurst/translations/en_us.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -360,6 +360,7 @@
360
360
"description.wurst.setting.quickshulker.blacklist": "Items listed here are never placed into the temporary shulker box. Applies whether QuickShulker takes items from your inventory or from an opened container (chest, shulker, etc.).",
361
361
"description.wurst.setting.quickshulker.continue_to_next_shulker": "If enabled, QuickShulker will continue placing and filling additional shulker boxes to transfer remaining items taken from the opened container.",
362
362
"description.wurst.setting.quickshulker.mode": "Choose whether QuickShulker targets stackable or non-stackable items.",
363
+
"description.wurst.setting.quickshulker.skip_hotbar": "If enabled, QuickShulker will never move items from your hotbar into the temporary shulker box.",
363
364
"description.wurst.setting.quickshulker.whitelist": "If this list is not empty, only the listed items will be moved into the shulker. Applies to items taken from your inventory or from an opened container.",
0 commit comments