Fixes item tool tips not rendering in gui's
This commit is contained in:
parent
70a2755796
commit
5dd9fb14a1
19 changed files with 113 additions and 0 deletions
|
@ -65,4 +65,10 @@ public class GuiGasTurbine extends GuiContainer {
|
|||
this.fontRendererObj.drawString("Liquid Amount", 10, 20, 16448255);
|
||||
this.fontRendererObj.drawString(this.gasTurbine.tank.getFluidAmount() + "", 10, 30, 16448255);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawScreen(int mouseX, int mouseY, float partialTicks) {
|
||||
super.drawScreen(mouseX, mouseY, partialTicks);
|
||||
this.func_191948_b(mouseX, mouseY);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue