promotional bannermobile promotional banner

EMIAccelerator

Caches the EMI item stack list to disk and defers search index building to a background thread, drastically reducing EMI reload time.

File Details

emi_accelerator-1.0.1.jar

  • R
  • May 13, 2026
  • 35.48 KB
  • 151
  • 1.21.1
  • NeoForge

File Name

emi_accelerator-1.0.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:emiaccelerator-1542062:8082872"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed: Fixed missing EMI craft history / usage history when cache is hit.
The worker thread now runs all required stages completely when cache hits (recipe baking, BoM reload, persistent data loading, etc.), only skipping the reloading of stack list (saving about 5.5 seconds). The search index is still built asynchronously in the background.
Changed: Cache hit reload time increased from ~130ms to ~18s (varies with mod count), while all EMI features work properly.