Fixed lots of Bugs
This commit is contained in:
parent
655d6926f1
commit
b112b6a4ac
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue