Fix JEI tab background is not transparent

This commit is contained in:
Snownee 2020-05-07 22:22:25 +08:00
parent 9b8c985b2b
commit 5fb65d68f7

View File

@ -56,6 +56,7 @@ public class DoubleItemIcon implements IDrawable {
RenderSystem.popMatrix(); RenderSystem.popMatrix();
RenderSystem.popMatrix(); RenderSystem.popMatrix();
RenderSystem.enableBlend();
} }
} }