Fix block lighting being ignored in MC 1.20.2

This commit is contained in:
James Seibel
2023-12-01 07:49:36 -06:00
parent 425b761f8e
commit 4955d22649
@@ -388,7 +388,7 @@ public class ChunkWrapper implements IChunkWrapper
{
this.blockLightPosList.add(new DhBlockPos(blockPos.getX(), blockPos.getY(), blockPos.getZ()));
});
#elif MC_1_20_1
#else
this.chunk.findBlockLightSources((blockPos, blockState) ->
{
this.blockLightPosList.add(new DhBlockPos(blockPos.getX(), blockPos.getY(), blockPos.getZ()));