Skip to content

Commit cb75097

Browse files
committed
Added QuickShulker
1 parent d4f20fc commit cb75097

9 files changed

Lines changed: 956 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,16 @@ Build without the flag to get the full CevAPI experience; build with the flag fo
240240

241241
![Trial](https://i.imgur.com/Hp20hse.png)
242242

243+
### QuickShulker
244+
- A smart item-sorting helper that moves only items taken from an opened container (like a chest or barrel) into a temporary shulker box.
245+
- When activated, it quick-moves all eligible container items into your inventory, detects which slots increased, and transfers only those into the shulker.
246+
- Keeps the rest of your inventory untouched — ideal for clean looting and fast sorting.
247+
- Supports transfer modes (All / Stackable / Non-stackable) and blacklist / whitelist item filters.
248+
- Protects important hotbar slots (your placed shulker and best pickaxe) from being moved.
249+
- Automatically places the shulker safely nearby, faces it to avoid misclicks, opens it, deposits items, then breaks and retrieves it.
250+
- Uses safe-placement logic that avoids solid blocks and your hitbox, with short, latency-tolerant waits for smooth operation.
251+
- Designed for fast, repeatable container cleanup: grab, pack, and store without manual sorting.
252+
243253
## What’s changed or improved in this fork?
244254

245255
### ItemESP (Expanded)

src/main/java/net/wurstclient/hack/HackList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ public final class HackList implements UpdateListener
175175
public final PotionSaverHack potionSaverHack = new PotionSaverHack();
176176
public final ProphuntEspHack prophuntEspHack = new ProphuntEspHack();
177177
public final ProtectHack protectHack = new ProtectHack();
178+
public final QuickShulkerHack quickShulkerHack = new QuickShulkerHack();
178179
public final RadarHack radarHack = new RadarHack();
179180
public final RainbowUiHack rainbowUiHack = new RainbowUiHack();
180181
public final ReachHack reachHack = new ReachHack();

0 commit comments

Comments
 (0)