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