@@ -82,6 +82,7 @@ I'm pleased to note that many of the features and improvements below are complet
8282- PacketRate
8383- Outreach
8484- LivestreamDetector
85+ - WardenESP
8586- Redstone, Bed, Sign & Workstation ESP
8687- PearlESP (Not a simple trajectory hack)
8788- SignFramePassThrough (I didn't know something like this existed as a mod already)
@@ -347,6 +348,7 @@ Reports number of waypoints changed.
347348- Able to record opened Ominous Vaults to avoid re-trying the same ones in the future
348349- Congifurable with toggles for all of the above
349350- Toggle to alert in chat when Ominous Key was dispensed
351+ - Toggle to only display vaults
350352
351353![ Trial] ( https://i.imgur.com/xOL9U3G.png )
352354
@@ -551,6 +553,31 @@ Credits to [Trouser-Streak](https://github.com/etianl/Trouser-Streak/blob/main/s
551553- Silent switching and returning to previous item upon consumption
552554- This hack is mostly designed for a specific datapack that allows a much greater range/distance of teleportation with these fruits
553555
556+ ### UI-Utils
557+ - Plugin debugging mod/hack.
558+ - Integrated into Wurst as a hack with an in-game, draggable Fabricate Packets overlay (remembers position; optional translucent background).
559+ - An alternative to and reworked version of my 1.21.11 fork of [ UI-Utils v2.4.0] ( https://github.com/cev-api/UI-Utils-CevAPI ) .
560+ - Started as a mojmap port of the original [ UI-Utils v2.4.0] ( https://github.com/Coderx-Gamer/ui-utils ) by MrBreakNFix and Coderx-Gamer.
561+ - Vanilla-compatible packet simulation (minimal slot diffs, post-click revision, single-send) to avoid server resyncs.
562+ - Auto-filled Sync ID and Revision in Fabricate Packets.
563+ - Extra diagnostics and Wurst toggles (send/delay) wired into Wurst’s packet pipeline.
564+ - Toggleable chat logs.
565+ - Added customisable slot number overlay for containers.
566+ - Published with permission from MrBreakNFix.
567+
568+ #### Log Example
569+ ```
570+ [12:52:54]: Fabricate ClickSlot: syncId=6, revision=1, slot=2, button=0, action=PICKUP, times=1, diffSlots=1, carriedBefore=<empty>, carriedAfter=class_10939[item=Reference{ResourceKey[minecraft:item / minecraft:oak_slab]=minecraft:oak_slab}, count=11, components=class_10936[addedComponents={}, removedComponents=[]]]
571+ [12:52:54]: Fabricate ClickSlot: menu.containerId=6, syncIdMatch=true, diffDetail=[2: minecraft:oak_slabx11 -> empty]
572+ [12:52:54]: UiUtilsConnectionMixin: attempting to send UI packet class_2813 (sendUiPackets=true, delayUiPackets=false)
573+ ```
574+
575+ ![ UI] ( https://i.imgur.com/pyHBl9T.png )
576+
577+ ### Towny
578+ - A very petty hack that simply enables/disables Towny PVP whilst you're attacking
579+ - Only visible in the Navigator
580+
554581## What's changed or improved in this fork?
555582
556583### ChestESP
@@ -732,7 +759,6 @@ Examples:
732759
733760### HandNoClip Improved
734761- Now shows a red X over your crosshair to remind you that you cannot place or interact with blocks (in front of you) while the hack is enabled
735- - X is removed when using any combat weapon as they still function normally
736762
737763### Keybind Manager Improved
738764- Can now clear the entire keybinds instead of just resetting.
0 commit comments