ImprovedHoppers (1.20–1.21+) icon

ImprovedHoppers (1.20–1.21+) 1.0.5

Smart, claim-aware item routing

Page 1
1.0.5 2 days ago
v1.0.5
  • Remote and manual unclaims now use a shared cleanup flow that loads the hopper’s chunk, refunds pending smelts, clears connected container inventories, and gives the Improved Hopper back to the interacting player when they have room—otherwise the unclaim is cancelled with a clear warning.

  • Remote controllers now validate saved targets against current ownership or trust before opening, removing stale selections so players can’t access hoppers they no longer control.

  • Quick links in the network menu skip secondary destinations that lack coordinates, preventing the NullPointerException seen when a link only defines a primary position.

v1.0.4 3 days ago
v1.0.4
  • Resolved chest-link issues so single chests that become doubles now update their links automatically and retain the link even if one half is broken.

  • Eliminated compilation failure caused by a missing location comparison helper.

  • Streamlined test dependencies to remove conflicting Paper API implementations, preventing startup failures.

  • Planned logic to drop links when a linked container block is destroyed, avoiding “ghost” links.

  • Prepared enhancements for double-chest linking so that links persist when only one half is removed, preserving functionality.
v1.0.3 7 days ago
v1.0.3
  • Introduced a TransferMode enum with PRIORITY and AVERAGE values, enabling per-hopper control over how items are distributed across linked containers

  • Expanded HopperNode to remember each material’s next destination index and its selected transfer mode, defaulting to priority dispatch

  • Updated the settings GUI with a “Transfer Mode” button that displays and toggles the current mode for the hopper

  • Revised transfer and smelt-output logic to rotate through link targets when in AVERAGE mode, ensuring balanced distribution and remembering the next link per material

  • Persisted each hopper’s transfer mode in both YAML and SQLite backends, including schema additions and load/save logic

v1.0.2 7 days ago
What's Changed
v1.0.1 7 days ago
Java 17 Align
v1.0.0 7 days ago
Page 1

hoppers

mechanics

storage