-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start a craft from JEI #127
Labels
Comments
Thanks for the suggestion! |
rubensworks
added a commit
that referenced
this issue
Oct 16, 2024
rubensworks
added a commit
to CyclopsMC/IntegratedTerminals-Compat
that referenced
this issue
Oct 16, 2024
Implemented; will be included in the next release. |
This is awesome! Thank you for your speedy and great work! |
rubensworks
added a commit
that referenced
this issue
Oct 23, 2024
Added * Trigger crafting jobs from JEI by Ctrl-clicking recipes, Closes #127 * Add dedicated support for EMI * Add dedicated support for REI
rubensworks
added a commit
that referenced
this issue
Oct 23, 2024
Added * Trigger crafting jobs from JEI by Ctrl-clicking recipes, Closes #127 * Add dedicated support for EMI * Add dedicated support for REI
rubensworks
added a commit
that referenced
this issue
Oct 23, 2024
Added * Trigger crafting jobs from JEI by Ctrl-clicking recipes, Closes #127 * Add dedicated support for EMI * Add dedicated support for REI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue type:
Short description:
When searching for an item I want crafted I'd like to press the
+
button in JEI to move the ingredients I do have to the crafting grid and then start auto-crafting any ingredients I don't have but have recipes for. AE2 does this by allowing you to ctrl/cmd-click the+
button. Additionally, any items that need to be crafted are highlighted a different color (blue) to denote that item needs to be crafted rather than red which typically means it's not available.Example
The Setup
Expected Behavior
+
button would show the iron was in stock (no background color), and the planks and chest in a non-red (likely blue) color to signify those items could be auto-crafted.+
button would:a. Move any existing in stock items to the crafting grid
b. Prompt to auto-craft the planks
c. Once accepting the planks auto-craft, then prompt to auto-craft the chest
+
button again to fill the crafting grid.The text was updated successfully, but these errors were encountered: