File Details
emilink-1.1.12.jar
- R
- Jul 3, 2026
- 158.79 KB
- 106
- 1.21.1
- NeoForge
File Name
emilink-1.1.12.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Changelog - [1.1.12] - 2026-07-03
Fixes
- Fixed issue where bookmark priority filling templates always resulted in a quantity of 1: now uses EMI recipe input quantity (
ingredient.getAmount()) instead of the outdated client-side slot state. - Fixed wireless terminal detection failure on server-side curio slots: now uses
ICuriosItemHandler.findFirstCurio()to adapt to Curios 9.x API. - Fixed cursor item not being cleared after depositing into AE in Creative mode: client-side now clears immediately after sending the packet, and server-side cursor cleanup is always performed.
- Fixed issue where backpack items were not cleared after batch deposit into AE in Creative mode with EMI "Never" mode: removed
!player.isCreative()condition on server-side; client-side already ensures packets are only sent when EMI does not handle deletion. - Fixed EMI's original deletion behavior being overridden in Survival + EMI cheat mode.
- Fixed enum comparison for
CheatMode.CREATIVE; all cheat mode interactions now behave as expected.
Changes
- Refactored F/Alt+F EMI item fill search box into a generic solution: focus on
EditBox→ reflectively search for the field → fallback to EMI. - Removed hardcoded reflection logic for 9 specific mod screens, replaced with automatic matching.
- "Click to Deposit" prompt is no longer shown in cheat modes.