Fix Grinder GUI

This commit is contained in:
Stuart Pomeroy 2016-03-26 17:16:09 +00:00
parent 4861364cd6
commit 77818b609e

View file

@ -39,7 +39,7 @@ public class GuiGrinder extends GuiContainer
j = grinder.getProgressScaled(24); j = grinder.getProgressScaled(24);
if (j > 0) if (j > 0)
{ {
this.drawTexturedModalRect(k + 50, l + 36, 176, 14, j + 1, 16); this.drawTexturedModalRect(k + 80, l + 36, 176, 14, j + 1, 16);
} }
j = grinder.getEnergyScaled(12); j = grinder.getEnergyScaled(12);