Darkened slots render over tooltips when item search is enabled
mezz opened this issue ยท 2 comments
I know, but I don't think that there is a render event after the gui is rendered and before rendering the tooltip.
Rendering the tooltip again is how I got around a similar issue in JEI too, before I added a new Forge event at the spot I wanted to render. I think this fix will work fine.
You should use the new GuiUtils.drawHoveringText
method in Forge instead of your GuiUtil
class though.
Thanks for the quick fixes!