MineTweaker RecipeMaker

MineTweaker RecipeMaker

12M Downloads

No tooltip in GUI

TimGoll opened this issue ยท 0 comments

commented

Add this to your clientGui Class

@Override
public void drawScreen(int mouseX, int mouseY, float partialTicks) {
    super.drawScreen(mouseX, mouseY, partialTicks);
    renderHoveredToolTip(mouseX, mouseY);
}