Start on Iron furnace

This commit is contained in:
gigabit101 2016-03-06 15:58:34 +00:00
parent a84075ff69
commit 961e821402
3 changed files with 67 additions and 1 deletions

View file

@ -1,5 +1,7 @@
package techreborn.client.gui;
import org.lwjgl.util.Color;
import net.minecraft.client.gui.inventory.GuiContainer;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.resources.I18n;
@ -35,8 +37,9 @@ public class GuiCompressor extends GuiContainer {
int j = 0;
j = compressor.getProgressScaled(24);
// System.out.println("" + j);
if (j > 0) {
this.drawTexturedModalRect(k + 50, l + 36, 176, 14, j + 1, 16);
this.drawTexturedModalRect(k + 80, l + 35, 176, 14, j + 2, 16);
}
j = compressor.getEnergyScaled(12);