[1.16.5 Forge] Food tooltip not showing up in recipe book
ocram9 opened this issue ยท 2 comments
This is actually a Forge bug.
RenderTooltipEvent.PostText
has an empty ItemStack because RecipeBookGui
's tooltip rendering methods are not hooked by Forge (GuiUtils.preItemToolTip
and GuiUtils.postItemToolTip
need to be called).