Return true on isLightCorrect() since 1.16 seems to never set this flag
This commit is contained in:
@@ -136,7 +136,7 @@ public class ChunkWrapper implements IChunkWrapper
|
||||
|
||||
@Override
|
||||
public boolean isLightCorrect(){
|
||||
return chunk.isLightCorrect();
|
||||
return true;//chunk.isLightCorrect();
|
||||
}
|
||||
|
||||
public boolean isWaterLogged(int x, int y, int z)
|
||||
|
||||
Reference in New Issue
Block a user