Move IBlockStateWrapper constants into LodUtil

This commit is contained in:
James Seibel
2024-07-09 07:38:45 -05:00
parent cd5da82d0c
commit 232c727b4f
7 changed files with 29 additions and 25 deletions
@@ -90,7 +90,7 @@ public class LightingTestChunkWrapper implements IChunkWrapper
IBlockStateWrapper block = chunkWrapper.getBlockState(x,y,z);
int opacity = block.getOpacity();
if (opacity >= IBlockStateWrapper.FULLY_OPAQUE)
if (opacity >= LodUtil.BLOCK_FULLY_OPAQUE)
{
opacity = 3;
}