Actually, remove the solderer progress bar text

This commit is contained in:
Raoul Van den Berge
2016-11-26 12:05:19 +01:00
parent c3676f9741
commit 4dadda6736

View File

@@ -33,12 +33,6 @@ public class GuiSolderer extends GuiBase {
public void drawForeground(int mouseX, int mouseY) {
drawString(7, 7, t("gui.refinedstorage:solderer"));
drawString(7, 77, t("container.inventory"));
if (TileSolderer.WORKING.getValue()) {
String t = getProgressScaled(100) + "%";
drawString(83 + (22 - fontRendererObj.getStringWidth(t)) / 2, 59, t);
}
}
private int getProgressScaled(int scale) {