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.1.3.jar

  • R
  • Jun 6, 2026
  • 46.60 KB
  • 3.8K
  • 1.21.1
  • NeoForge

File Name

emi_accelerator-1.1.3.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

# 1.1.3 
- **Fix**: Items with data components (e.g., Ender IO conduits) now display correctly instead of showing as `<Missing>` when cache is hit  
- **Improvement**: Search results are now synchronized immediately after background baking completes for deferred search, eliminating the need to wait for the `SearchWorker`  
- **Improvement**: Changed to `VarHandle`
- **Refactor**: Cache format changed from JSON to `StreamCodec` + LZ4 binary format, resulting in smaller size and faster read/write