AppleSkin

AppleSkin

236M Downloads

Recipe book food tooltips are blank in Fabric 1.17+

squeek502 opened this issue ยท 1 comments

commented

// Note also that Screen.renderOrderedTooltip is not being injected,
// even though that's another place that calls TooltipComponent::of.
// As far as I can tell, it's not possible to Mixin Screen.renderOrderedTooltip
// in a way that would allow us to manipulate the TooltipComponent list
// (since it only lives on the stack). This *is* a problem, since renderOrderedTooltip
// is called via RecipeBookWidget for item tooltips, but there's nothing we can do about that
// until we can mixin TooltipComponent::of

This can't be fixed AFAIK until FabricMC/Mixin#51 makes it into a Fabric release and we can mixin TooltipComponent::of instead of using our current (very hacky) solution.

commented

Should be fixed in v2.2.0