Fix enchantment render bug

This commit is contained in:
catfoolyou
2025-04-07 13:20:01 -04:00
parent 1f1add8840
commit dc1a756a72
5 changed files with 2904 additions and 2901 deletions

View File

@@ -414,6 +414,7 @@ public class RenderItem extends Render
this.zLevel += 50.0F;
EaglerAdapter.glEnable(EaglerAdapter.GL_LIGHTING);
EaglerAdapter.glDepthFunc(EaglerAdapter.GL_LEQUAL);
EaglerAdapter.glColor4f(1.0f, 1.0f, 1.0f, 1.0F);
}
}
}