From 45527ada14e7946614bb9b8037b6abffb888577f Mon Sep 17 00:00:00 2001 From: Morippi Date: Wed, 24 Aug 2022 12:50:14 +0200 Subject: [PATCH] small changes --- .../lod/common/wrappers/block/cache/ClientBlockStateCache.java | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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