More work on recycler
This commit is contained in:
parent
fa5c568adf
commit
77e2edc005
4 changed files with 79 additions and 5 deletions
|
@ -37,6 +37,11 @@ public class GuiRecycler extends GuiContainer {
|
|||
this.drawTexturedModalRect(k, l, 0, 0, this.xSize, this.ySize);
|
||||
|
||||
int j = 0;
|
||||
|
||||
j = compressor.gaugeProgressScaled(1);
|
||||
if (j > 0) {
|
||||
this.drawTexturedModalRect(k + 78, l + 35, 176, 14, j + 1, 16);
|
||||
}
|
||||
|
||||
j = compressor.getEnergyScaled(12);
|
||||
if (j > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue