Spice of Life: Carrot Edition

Spice of Life: Carrot Edition

55M Downloads

[1.12.2]Tooltips will not be shown in JEI

SihenZhang opened this issue · 4 comments

commented

Mod Version: 1.3.3
Forge Version: 14.23.5.2796
AppleCore Version: 3.1.4
JEI Version: 4.14.3.238
Description:
Tooltips will not be shown in JEI, but will be shown in the inventory normally.
Same issue in Spice of Life: squeek502/SpiceOfLife#157

commented

This is likely because (afaik) the tooltips shown in JEI are generated when the client starts, while the tooltips in the inventory obviously depend on the world you're currently in and are generated on the fly, so to speak.

commented
commented

Will be fixed after the next version of JEI: mezz/JustEnoughItems@6f191f6

commented

I wonder if that'll also allow searching those tooltips, e.g. #yet to find foods you haven't tried yet, since I'd expect that search to be indexed on startup rather than asking all items for their tooltips upon searching…