small changes

This commit is contained in:
Morippi
2022-08-24 12:50:14 +02:00
parent b6b98b1c00
commit 45527ada14
2 changed files with 2 additions and 2 deletions
@@ -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
+1 -1
Submodule core updated: f203679de4...f3d5aea553