TimGoll opened this issue 7 years ago ยท 0 comments
Add this to your clientGui Class
@Override public void drawScreen(int mouseX, int mouseY, float partialTicks) { super.drawScreen(mouseX, mouseY, partialTicks); renderHoveredToolTip(mouseX, mouseY); }