diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/block/cache/ClientBlockStateCache.java b/common/src/main/java/com/seibel/lod/common/wrappers/block/cache/ClientBlockStateCache.java index 2c2042fc4..a48c2ac52 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/block/cache/ClientBlockStateCache.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/block/cache/ClientBlockStateCache.java @@ -115,7 +115,7 @@ public class ClientBlockStateCache { if (count == 0) // this block is entirely transparent - tempColor = ColorUtil.rgbToInt(255,255,0,255); + tempColor = ColorUtil.rgbToInt(0,255,255,255); else { // determine the average color diff --git a/core b/core index f203679de..f3d5aea55 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit f203679de479f7bf66cc3275e5f78b10c5b021d5 +Subproject commit f3d5aea553f40bd38fb4d54b2e9d5f1ff273877e