[1.16.2] Missing food tooltips on ItemStacks in inventory?
SnowShock35 opened this issue ยท 6 comments
It appears that in the latest 1.16.2 build of apple skin the tooltips for item stacks that are food items don't appear whether you're holding shift or not holding shift. Has it yet to be implemented or is this a bug? If it is the latter I will update this post with more information.
This is a Forge bug. Forge released before fully updating everything. All the RenderTooltipEvent stuff is commented out:
Will leave this open until it gets fixed in Forge.
Update: MinecraftForge/MinecraftForge#7268 was merged which is half of the required fix, but the other half is still unimplemented. The RenderTooltipEvent is still not being fired because things are still not hooked up in Screen and other places that tooltips are rendered.
Note that once it's fixed in Forge, it won't require an update of AppleSkin, since AppleSkin is already listening for the event; Forge is just not firing the RenderTooltipEvent.
cc @Glease who I think deleted a comment asking about this
Yeah I was on the impression that no update to apple skin is required, so I deleted the comment.
Should be fixed as of MinecraftForge/MinecraftForge#7378 / 1.16.3-34.1.11
.