enable depth when drawing items in the preview
This commit is contained in:
@@ -125,6 +125,7 @@ public class GuiCraftingPreview extends GuiBase {
|
|||||||
int slot = scrollbar.getOffset() * 2;
|
int slot = scrollbar.getOffset() * 2;
|
||||||
|
|
||||||
RenderHelper.enableGUIStandardItemLighting();
|
RenderHelper.enableGUIStandardItemLighting();
|
||||||
|
GlStateManager.enableDepth();
|
||||||
|
|
||||||
ItemStack hoveringStack = null;
|
ItemStack hoveringStack = null;
|
||||||
FluidStack hoveringFluid = null;
|
FluidStack hoveringFluid = null;
|
||||||
|
Reference in New Issue
Block a user