Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-11-07 15:04:48 +00:00
8 changed files with 33 additions and 7 deletions

View File

@ -2784,8 +2784,8 @@ class World implements ChunkManager{
if($this->getBlockAt($x, $y, $z)->isFullCube()){
if($wasAir){
$y++;
break;
}
break;
}else{
$wasAir = true;
}