File Details
hoppify-1.1.0.jar
- R
- Feb 5, 2026
- 108.58 KB
- 199
- 1.21.11+1
- Fabric
File Name
hoppify-1.1.0.jar
Supported Versions
- 1.21.11-snapshot
- 1.21.11
Curse Maven Snippet
v1.1.0 (Stability & Networking)
This update focuses on making Hoppify fully production-ready for both singleplayer worlds and dedicated servers. We've overhauled the transfer engine and the networking layer.
Networking & Multiplayer
- Filter Synchronization: Implemented robust C2S/S2C packet handling for the filter grid. Filter settings are now perfectly synced between all players.
- Server-Side Authority: All filtering logic is now authoritative on the server, preventing visual desyncs and ensuring reliable item sorting in multiplayer.
- Smart Filter Slots:
- Duplicate Prevention: Placing an item in a filter slot automatically clears duplicates in other slots.
- Toggle-to-Clear: Clicking a slot with the same item already inside will clear it.
- Ghost Slot Precision: Improved click handling to prevent accidental item duplication in the player's cursor.
Critical Fixes & Stability
- Vertical Chain Throttling: Fixed an issue where hoppers feeding downwards into another hopper were limited to 1 item at a time. They now respect the full bulk transfer settings.
- Universal Storage Support (Trash Cans): Switched to the Fabric Storage API for bulk transfers. This ensures hoppers can push items into "void" inventories or modded blocks that don't use standard vanilla inventories.
- Item Voiding Prevention: Rewritten insertion logic using transactional moves. If a container rejects an item mid-transfer, it is safely returned to the hopper instead of being deleted.
- Config Live-Update: Settings like speed and transfer amount now apply to already-placed hoppers immediately without needing to replace them.
- Relaxed Filter Matching: Block items (Chests, Hoppers, etc.) no longer get "stuck" in filters due to minor NBT/Component mismatches.
Performance
- Lithium Compatibility: Fully compatible with Lithium's hopper optimizations while maintaining custom bulk transfer speeds.
- GUI Scaling: Fixed alignment issues in the extended 3x3 filter interface.

