Finish up on recycler and temp jei handler

This commit is contained in:
gigabit101 2016-03-07 14:07:52 +00:00
parent 007f9266e5
commit 080b633493
10 changed files with 290 additions and 53 deletions

View file

@ -39,6 +39,7 @@ public class GuiRecycler extends GuiContainer {
int j = 0;
j = compressor.gaugeProgressScaled(24);
// System.out.println(compressor.gaugeProgressScaled(10));
if (j > 0) {
this.drawTexturedModalRect(k + 78, l + 35, 176, 14, j + 1, 16);
}