In 1.19.2, JEI’s ‘show recipe’ and ‘show uses’ keys worked in all other inventories but not inside Refined Storage grids. This mod fixes that.
Ever tried pressing R or U on an item in your Refined Storage Grid and... nothing happened?
You're not alone. This small mod fixes that annoying compatibility issue between Refined Storage and JEI.
Refined Storage's Grid screens (in refinedstorage-1.11.7 [for 1.19.2]) intercept keyboard input before JEI can process it. This means the R (Show Recipes) and U (Show Uses) keybinds simply don't work when hovering over items in any RS Grid.
Restores full JEI keybind functionality inside Refined Storage Grids!
That's it. Simple fix, big quality of life improvement
The mod intercepts keyboard input on Grid screens, detects when JEI keybinds are pressed, extracts the hovered item using reflection, and manually triggers JEI's recipe/usage lookup. This bypasses Refined Storage's input handling that normally blocks these keybinds from reaching JEI.