Industrial Revolution

Industrial Revolution

5M Downloads

[REQUEST] EMI Compatibility

Gronglegrowth opened this issue ยท 6 comments

commented

Description:

  • EMI is a relatively new recipe viewer with many benefits over REI; I request you add support for viewing this mod's recipes in it.

Reason:

  • Such that users of EMI can view mod's recipes in game more easily.
commented

It appears that a lot of recipes and even items (like Nikolite Dust) do not show up in JEI and/or EMI (EMI can be used together with JEI for greater compat). It appears that only REI works out of the box.

@GabrielOlvH Are there plans to fix this compatibility issue? I wonder why certain items/recipes only show/work in REI.

commented

It's not a compatability issue. Speaking as another developer, its because we need to write the code to make our mods work with JEI, EMI and REI separately, so they don't just work fluently with each other

commented

I see, sorry for the confusion. I thought it was some compatibility issue as only some recipes that don't show up, and I can't figure out the common link between them.

commented

It's all good, its basically because whenever you have a general minecraft recipe type, stuff like crafting, smelting, blasting etc. Those recipe handlers will handle them on their own, so any recipes in the mod that use vanilla crafting mechanisms will show automatically regardless of the recipe viewer
But if a custom recipe type is used, like mods like this do tend to use, such as for machines or whatnot, then a developer needs to write some code to tell EMI, JEI or REI how to handle it, how to display it etc. And each of these mods handle it differently and require you write it differently too

commented

Any potential updates on proper EMI support? I am also not seeing a large amount of items in EMI; they do show up in recipes themselves but not the EMI sidebar where we can see craftable items.