Item Tooltips
TimGoll opened this issue ยท 1 comments
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);
}
Fixed in 2ca9574