FIXED YES

This commit is contained in:
ayunami2000 2022-01-17 17:18:45 -05:00
parent afd3193f11
commit bd8cac06cf
4 changed files with 14121 additions and 14080 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -136,8 +136,6 @@ public abstract class GuiContainer extends GuiScreen {
}
}
TMI.instance.controller.onEnterFrame(par1, par2, this.xSize, this.ySize);
this.drawGuiContainerForegroundLayer(par1, par2);
InventoryPlayer var14 = this.mc.thePlayer.inventory;
ItemStack var16 = this.draggedStack == null ? var14.getItemStack() : this.draggedStack;
@ -185,6 +183,8 @@ public abstract class GuiContainer extends GuiScreen {
}
EaglerAdapter.glDisable(EaglerAdapter.GL_RESCALE_NORMAL);
TMI.instance.controller.onEnterFrame(par1, par2, this.xSize, this.ySize);
EaglerAdapter.glEnable(EaglerAdapter.GL_LIGHTING);
EaglerAdapter.glEnable(EaglerAdapter.GL_DEPTH_TEST);
RenderHelper.enableStandardItemLighting();