GUI fixes

This commit is contained in:
drcrazy 2019-02-22 11:51:55 +03:00
parent f78b16293f
commit a003656419
15 changed files with 59 additions and 110 deletions

View file

@ -50,7 +50,7 @@ public class GuiIronFurnace extends GuiBase {
@Override
protected void drawGuiContainerBackgroundLayer(float partialTicks, int mouseX, int mouseY) {
drawDefaultBackground();
GlStateManager.color(1.0F, 1.0F, 1.0F, 1.0F);
GlStateManager.color4f(1.0F, 1.0F, 1.0F, 1.0F);
builder.drawSlotTab(this, guiLeft - 24, guiTop + 6, new ItemStack(TRContent.WRENCH));
mc.getTextureManager().bindTexture(GuiIronFurnace.texture);
final int k = (this.width - xSize) / 2;