File Details
QuickLink-1.1.1-26.1.2.jar
- B
- May 18, 2026
- 1.04 MB
- 14
- 26.1.2
- NeoForge
File Name
QuickLink-1.1.1-26.1.2.jar
Supported Versions
- 26.1.2
Curse Maven Snippet
## ⚡ Performance Improvements Improved how plugs detect neighboring inventories, fluid tanks, and energy storages. Previously, each plug re-scanned adjacent blocks every tick to find connected handlers. In large automation setups, this created unnecessary overhead. Now, plugs cache information about all six neighboring sides and reuse it until the surrounding blocks change. ### What this means for players - 🚀 Better performance when using many plugs at once - 🖥️ Reduced server lag in large automation networks - ⚙️ More efficient interaction with inventories, tanks, and energy storages ### Technical Details - Each plug now stores cached references to neighboring capabilities on all six sides. - Capability lookups are no longer performed every tick. - Fluid plugs now use the cached directional lookup instead of scanning multiple directions.