allow factory gauge generate batch craft package as using JEI in stock keeper#10542
allow factory gauge generate batch craft package as using JEI in stock keeper#10542DL909 wants to merge 1 commit into
Conversation
|
Is there equivalent functionality for EMI planned? |
|
There will not be functionality for EMI until the rest Create has support for EMI, and if that's going to happen it would be an abstracted approach to support both. TooManyRecipeViewers works for now :) |
the support of JEI is achieved via an special API it provided, which is available in This pull request's implement contains some codes from there, since it's probably the only place create creates batched reciped package. However, This pull request does not modify those code, therefore can't provide more support for EMI. In brief, this mod only changes something inside Create, and won't influence how create interact with outside such as other mods including NEI, JEI and so on(unless it is tightly connected to the logic of factory gauge). |
|
That actually might be enough out of the box - EMI can use JEI directly (if installed) to find integrations using the API and use them itself. Even if not installed, there's a compatibility mod for EMI that does an impressive job of wrapping the JEI API and translating for EMI, which might do. Thank you, that's good! |
No description provided.