Pickle Tweaks

Pickle Tweaks

31M Downloads

Missing tooltips in JEI

kellixon opened this issue ยท 2 comments

commented

MC 1.12.2. Forge 14.23.5.2768. All settings all mods default (clear folder config). Missing tooltips in JEI, at Minecraft GUI have. Full logs - https://gist.github.com/kellixon/2e08cec3eb42f5fa26b2c9db26bfeb10.
2018-11-27_15 28 33

commented

2018-11-27_15 28 41

commented

Pickletweaks has a check in their tooltip handler to see if the player is null:

The player is null for JEI to avoid showing valuable tooltips that are only supposed to exist once you have crafted the item.
If Pickletweaks intends to allow these tooltips in JEI, they might want to work around the check for the player being null.