[Forge 1.0.0-1.19.2] Wonky Tooltips
BookerCatch opened this issue ยท 2 comments
Much like Roughly Enough Items, EMI is having issues properly rendering certain tooltips. Namely, tooltips colored by Legendary Tooltips and attribute icons embedded in tooltips added by Quark. Please see below. For clarification, both of these functionalities work fine with JEI, and used to not work with REI (except Quark's attribute icons, which still don't work).
EMI's tooltip system reuses vanilla codepaths at the highest level it can, but due to its requirements of displaying extra information, it is not really possible to go any higher to the raw text levels and above. These incompatibilities are, I imagine, caused by mods targetting too early and only handling pure text rendering from items, and I'm not actually sure if there's anything EMI can do to resolve them.