MrCrayfish's Furniture Mod (Legacy)

MrCrayfish's Furniture Mod (Legacy)

96M Downloads

Item Tooltips

TimGoll opened this issue ยท 1 comments

commented

There are also no item tooltips in your TEs.
Add this to your clientGui Class

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

Fixed in 2ca9574