Food tooltip is not working if NEI is installed
Dukat863 opened this issue ยท 5 comments
When NEI is installed, food tooltip is not showing up when looking at the item inside the inventory.
It also doesn't work when NEI item panel and NEI recipe searcher are used, but works fine with those from JEI.
This was already reported to NEI bug tracker back in August and in December by two other guys, but there was no response.
I'm reporting it here hoping that the fix is possible from this end.
Versions:
Forge 12.18.3.2185
CodeChickenCore 2.4.0.100
CodeChickenLib 2.5.1.185
NotEnoughItems 2.1.3.182
JEI 3.14.2.401
AppleSkin 1.0.5
I haven't looked at the NEI code, but I would assume it's because NEI isn't providing the ItemStack when they do their tooltip rendering or has custom tooltip rendering code that bypasses the Forge event that AppleSkin relies on.
See mezz/JustEnoughItems#388 and mezz/JustEnoughItems@311c538 for when JEI added support for the relevant Forge event.
Unfortunately there's not much I can do. AppleSkin was only able to be split from AppleCore because of the event added by Forge (I used to have to use ASM to hook into NEI/JEI), so if NEI doesn't fire the Forge event with the necessary information, then AppleSkin won't be compatible with NEI.
Reported to the NEI issue tracker here: TheCBProject/NotEnoughItems#65
SkyFactory 3 has JEI, NEI and AppleSkin installed and working fine together :(