
ImprovedHoppers (1.20–1.21+) v1.0.4
Smart, claim-aware item routing
Page 1
v1.0.4
11 hours 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
5 days ago
v1.0.3
-
Introduced a
TransferMode
enum withPRIORITY
andAVERAGE
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
5 days ago
What's Changed
- Enable Maven resource filtering by @JakeHoolz in #769
- Drop improved hopper item on node break by @JakeHoolz in #770
v1.0.1
5 days ago
Java 17 Align
v1.0.0
5 days ago
Page 1