QBitHop - Enhanced Version of BitHop
QBitHop is a fork of the popular BitHop mod with significant improvements and optimizations.
Main Advantages Over Original BitHop
Enhanced Performance - further system optimization for smoother gameplay
Improved Collision - object hitboxes were enhanced similar to the Diet Hopper mod, making interaction more precise
Dependency Elimination - all Kotlin code was rewritten to Java, eliminating the need for Forgelin installation
Updated Interface - complete transition to ModularUI solved accumulated display issues. Previously, every slot click caused duplication, creating errors when used with InventoryBogoSorter
Original BitHop Features
BitHops - practical solution for creating transport systems in close-to-vanilla style. Regular hoppers work great at initial stages, while BitHops efficiently continue the chain without resource-intensive ground item collection - saving tick processing time. Creating such hoppers costs less than standard variants.
FluxHop - unique hopper passes both items and RF energy (default 200 RF/tick). Distinctive feature: doesn't collect items from ground, but transmits energy!
ScrewHop - lifts items upward at an angle, moving them one block higher and forward
PullHop - pulls items from above and directs them forward, skipping resource-intensive entity checks
The project is distributed under GNU General Public License terms