Feature request: don't obscure the mod name of locked items
josephcsible opened this issue ยท 4 comments
Currently, for items that are locked, we obscure all of their text in JEI with the Aklo font, including the fact that the item is from AbyssalCraft. We should exclude the mod name line from being hidden, to give players browsing JEI some clue as to what it is they're looking at.
If I can find a way to substitute vanillas tooltip rendering (without ASM, because I'm not gonna attempt any coremodding), it can be done, otherwise it's a no-go.
That's currently the event being used for the obscuring. I would have to cancel that event and manually render the tooltip where I would be able to control which line of text gets what font renderer.