Tags
Creators
Details
Licensed ARR
Published last year
Updated 4 months ago
All versions
5.1
Release
Faster Hoppers 5.14 months ago 8,224
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Paper
Purpur
Changes
Version 5.1 - Performance & Compatibility
New Features:
- Added an Update Checker to notify admins of new versions on join.
- Expanded the Item Filter library with all new 1.21 blocks and items.
Performance & Bug Fixes
- Fixed a performance issue where TurboHoppers could spike CPU usage.
- Implemented metadata caching to prevent server lag during item transfers.
- Fixed a bug where items could loop indefinitely between adjacent hoppers.
- Fixed a bug where the item filter would occasionally fail under high server load.
- Fixed a bug in the Recipe Editor causing items to be lost or duplicated.
- Improved stability of the GUI system to prevent ghost items.
- Fixed 1.21 materials appearing in the wrong categories in the Filter menu.
Disclaimer
The plugin description has been updated to reflect version 5.1. Features described may not apply to older versions.
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:LScWEw30:r8fJw0pz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LScWEw30:r8fJw0pz"
}

