All versions
1.1.0
Release
Hoppify 1.1.06 months ago 555
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:1IFzgeD4:ZqrnkoFq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1IFzgeD4:ZqrnkoFq"
}

