Skip to content
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

[Enhancement]: Allow opening JEI popups from crafting terminal #200

Open
je-sendra opened this issue Feb 23, 2024 · 0 comments
Open

[Enhancement]: Allow opening JEI popups from crafting terminal #200

je-sendra opened this issue Feb 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@je-sendra
Copy link

je-sendra commented Feb 23, 2024

Imagine this scenario:

  • I am trying to craft a complex item that requires sub-crafts.
  • I open a crafting terminal and use JEI sidebar to search the item I want to craft.
  • I press R on the item to open the recipe menu.
  • I click the "+" button and the recipe is automatically added to the crafting terminal.
  • I request the items.
  • Terminal tells me I am missing a sub-craft item for the craft (let's say a redstone block).
  • I try to press R on the redstone block in the crafting terminal recipe so I can craft it and continue with my main craft.
  • The JEI menu does not open.
  • I have to search for the redstone block in the JEI menu.
  • I craft the redstone block.
  • Now I have to search the original item again to be able to craft it.

Could it be possible to open the JEI menu from the "ghost" items in the crafting terminal for this kind of scenario?

(Correct me if I am wrong, but as far as I understand, the problem is that the item is not really there, but is rather a placeholder for the item, so JEI does not detect it?)

Possible solutions:

  • Put the actual item there and mark it as "locked" in some way so the player can't just grab it (Probably prone to duplicity glitches).
  • Manually catch the key press from the "JEI Open Recipe Menu" keybind and invoke the event with the correct parameters (The best option I guess)
@Ellpeck Ellpeck added the enhancement New feature or request label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants