diff --git a/src/world/format/SubChunk.php b/src/world/format/SubChunk.php index e1f354a07a..676c643b81 100644 --- a/src/world/format/SubChunk.php +++ b/src/world/format/SubChunk.php @@ -110,7 +110,7 @@ class SubChunk{ } public function getBlockSkyLightArray() : LightArray{ - return $this->skyLight ??= LightArray::fill(15); + return $this->skyLight ??= LightArray::fill(0); } public function setBlockSkyLightArray(LightArray $data) : void{