Tooltips off the screen
Zygus42 opened this issue ยท 4 comments
Thanks for reporting! It seems to be a problem with Forge. Is there any other mod with the same problem?
Which Forge version are you using?
Since Minecraft 1.16.2 this issue occurs. Forge removed a method (GuiUtils.drawHoveringText) which was used here. Wait for this PR MinecraftForge/MinecraftForge#7268
Okay the PR only reimplemented the former GuiUtils.drawHoveringText method but not the call in the standard tooltip rendering...