Tweaks
- EMI now does not display in screens without slots
Fixes
- EMI rendering in incorrect screens without slots #205, #334, #412
- Wrong recipe handler is used for inventory crafting when JEI is present #408
- EMI doesn't back out of the recipe screen to the original source #366
API
EmiRecipe.getBackingRecipe
has been added for returning the vanilla recipe theEmiRecipe
represents.EmiPlugin.initialize
has been added for registering content required to load EMI and plugins, like serializers.- Mods can now completely disable stacks in EMI, similar to the resource pack format.
Tweaks
- EMI reloading now defers certain non-essential tasks, like recipe baking, speeding up reloads and making EMI usable up to 10 times faster in extreme cases
Platforms
- NeoForge networking updated #396 #401