Fixed lots of Bugs

This commit is contained in:
TonyWAV 2016-05-11 22:49:42 +08:00
commit b112b6a4ac

View file

@ -276,7 +276,7 @@ class Normal extends Generator{
$chunk->setBlockId($x, $y, $z, Block::STONE);
$solidLand = true;
}elseif($y <= $this->waterHeight && $solidLand == false){
$chunk->setBlockId($x, $y, $z, Block::STILL_WATER);
$chunk->setBlockId($x, $y, $z, Block::WATER);
}
}
}
@ -302,4 +302,4 @@ class Normal extends Generator{
return new Vector3(127.5, 128, 127.5);
}
}
}