Recycler output is now a random chance

This commit is contained in:
gigabit101 2016-03-07 12:45:54 +00:00
parent f170f9a418
commit 007f9266e5
3 changed files with 42 additions and 27 deletions

View file

@ -38,7 +38,7 @@ public class GuiRecycler extends GuiContainer {
int j = 0;
j = compressor.gaugeProgressScaled(1);
j = compressor.gaugeProgressScaled(24);
if (j > 0) {
this.drawTexturedModalRect(k + 78, l + 35, 176, 14, j + 1, 16);
}
@ -54,5 +54,4 @@ public class GuiRecycler extends GuiContainer {
this.fontRendererObj.drawString(name, this.xSize / 2 - this.fontRendererObj.getStringWidth(name) / 2, 6, 4210752);
this.fontRendererObj.drawString(I18n.format("container.inventory", new Object[0]), 8, this.ySize - 96 + 2, 4210752);
}
}