Make chunk return true on isLightCorrect same as 1.16.
This commit is contained in:
@@ -145,7 +145,8 @@ public class ChunkWrapper implements IChunkWrapper
|
||||
|
||||
@Override
|
||||
public boolean isLightCorrect(){
|
||||
return chunk.isLightCorrect();
|
||||
return true;
|
||||
//return chunk.isLightCorrect();
|
||||
}
|
||||
|
||||
public boolean isWaterLogged(int x, int y, int z)
|
||||
|
||||
Reference in New Issue
Block a user