From 152fcfeab020c6c2bffbf792d204c9800fd824af Mon Sep 17 00:00:00 2001 From: Technus Date: Thu, 10 Aug 2017 13:05:56 +0200 Subject: Slightly less blue for better readability --- src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java b/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java index 3756284e48..8983857119 100644 --- a/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java +++ b/src/main/java/com/github/technus/tectech/entity/fx/BlockHint.java @@ -33,7 +33,7 @@ public class BlockHint extends EntityFX { float Z = (float) (this.prevPosZ + (this.posZ - this.prevPosZ) * (double) subTickTime - interpPosZ); GL11.glDisable(GL11.GL_CULL_FACE); GL11.glDepthMask(false); - tes.setColorRGBA_F(.8F, .9F, 1F, .75f); + tes.setColorRGBA_F(.9F, .95F, 1F, .75f); //var8, var9 - X U //var 10, var 11 - Y V -- cgit