`tieredTooltips` makes big tooltips to get cut off the screen
jmadarg opened this issue ยท 1 comments
When there are big tooltips, like those added by Enchantment Descriptions, the tooltips go out of the screen even when adding mods that make text to wrap (like ToolTipFix or Debugify).
When tieredTooltips
is false
the tooltip looks like this:
But when its true
looks like this:
This is on Minecraft 1.19.2
Thanks for reporting, added compat with tooltipfix with a74a255