EMI Forest

EMI Forest is a client-side Minecraft mod that enhances EMI BoM screens by allowing you to save, manage, rename, and switch between multiple material trees with keybinds and an in-game overlay.

File Details

emiforest-1.0.1.jar

  • R
  • Jul 4, 2026
  • 1.64 MB
  • 8
  • 1.20.1
  • Forge

File Name

emiforest-1.0.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:emi-forest-1598259:8371360")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New Features
Added Shift Lock system to allow persistent shift behavior while editing inputs.
Implemented CTRL + A shortcut to quickly clear editing text.
Added support for mouse click actions while editing, enabling faster apply/cancel interactions.
Introduced scroll dragging support, allowing tree navigation via click-and-drag in addition to mouse wheel.

Improvements
Improved internal handling of tree selection and navigation in ForestManager.
Better synchronization between EMI’s BoM system and custom tree storage.

Technical Notes
Uses lightweight input interception via Mixins without modifying EMI core code.
Tree data is still referenced directly (no duplication/persistence layer).
UI interactions are handled externally while relying on EMI’s native tree recalculation system.
Stability
Reduced unnecessary recalculation triggers.