forked from micdoodle8/Galacticraft
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 34
 
Open
Labels
[Attribute] Bug Report[Status] TriageRequires review for validity and severity if the issue is validRequires review for validity and severity if the issue is valid
Description
Forge Version
14.23.5.2860
Galacticraft Version
4.0.6
Log or Crash Report
No response
Reproduction steps
Not needed.
This mod makes various raw OpenGL calls that may break any mod as well as vanilla, and should be replace with GlStateManager. Example: https://github.com/TeamGalacticraft/Galacticraft-Legacy/blob/master-1.12/src/main/java/micdoodle8/mods/galacticraft/core/client/gui/overlay/OverlaySensorGlasses.java#L50-L80 (e.g. replace GL11.glEnable(GL11.GL_BLEND) with GlStateManager.enableBlend())
decce6/Gnetum#47 is possibly caused by this.
Metadata
Metadata
Assignees
Labels
[Attribute] Bug Report[Status] TriageRequires review for validity and severity if the issue is validRequires review for validity and severity if the issue is valid