@@ -42,7 +42,7 @@ private void renderCrack(TileEntityFloatingRift rift, double x, double y, double
4242 GlStateManager .disableTexture2D ();
4343 GlStateManager .enableBlend ();
4444
45- RiftCrackRenderer .drawCrack (rift .riftYaw , rift .getCurve (), ModConfig .graphics .riftSize * rift .size / 120 , x + 0.5 , y + 1.5 , z + 0.5 );
45+ RiftCrackRenderer .drawCrack (rift .riftYaw , rift .getCurve (), ModConfig .graphics .riftSize * rift .size / 150 , x + 0.5 , y + 1.5 , z + 0.5 );
4646
4747 GlStateManager .disableBlend ();
4848 GlStateManager .enableTexture2D ();
@@ -60,7 +60,6 @@ private void renderTesseract(TileEntityFloatingRift rift, double x, double y, do
6060 GlStateManager .disableLighting ();
6161 GlStateManager .pushMatrix ();
6262 GlStateManager .disableCull ();
63- GlStateManager .enableBlend ();
6463
6564 bindTexture (tesseract_path );
6665
@@ -69,7 +68,6 @@ private void renderTesseract(TileEntityFloatingRift rift, double x, double y, do
6968
7069 tesseract .draw (color , radian );
7170
72- GlStateManager .disableBlend ();
7371 GlStateManager .enableCull ();
7472 GlStateManager .popMatrix ();
7573 GlStateManager .enableLighting ();
0 commit comments