[1.12.2]Tooltips will not be shown in JEI
SihenZhang opened this issue · 4 comments
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
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.
Caused by mezz/JustEnoughItems#1388
Will be fixed after the next version of JEI: mezz/JustEnoughItems@6f191f6