Skip to content

allow factory gauge generate batch craft package as using JEI in stock keeper#10542

Open
DL909 wants to merge 1 commit into
Creators-of-Create:mc1.21.1/devfrom
DL909:mc1.21.1/dev
Open

allow factory gauge generate batch craft package as using JEI in stock keeper#10542
DL909 wants to merge 1 commit into
Creators-of-Create:mc1.21.1/devfrom
DL909:mc1.21.1/dev

Conversation

@DL909

@DL909 DL909 commented Jun 21, 2026

Copy link
Copy Markdown

No description provided.

@Syndaryl

Copy link
Copy Markdown

Is there equivalent functionality for EMI planned?

@vercte

vercte commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

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 :)

@DL909

DL909 commented Jun 25, 2026

Copy link
Copy Markdown
Author

Is there equivalent functionality for EMI planned?

the support of JEI is achieved via an special API it provided, which is available in src/main/java/com/simibubi/create/compat/jei/CreateJEI.java. Create uses an API JEI provided to capture the action you try to apply a recipe in stock keeper, and use the recipe to create a reciped package.

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

@Syndaryl

Copy link
Copy Markdown

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!

@VoidLeech VoidLeech added the pr type: feature PR adds a new feature or changes an existing feature label Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr type: feature PR adds a new feature or changes an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants