Removing lakes

This commit is contained in:
Adsooi 2017-05-02 19:52:53 +02:00
parent 4e261265f1
commit 4ef639fc80
3 changed files with 8 additions and 8 deletions

View file

@ -154,10 +154,12 @@ class BetterNormal extends Generator {
$mineshaft->setRandomAmount(102);
$this->populators [] = $mineshaft;
$lake = new LakePopulator ();
$lake->setBaseAmount(0);
$lake->setRandomAmount(1);
$this->generationPopulators [] = $lake;
// https://twitter.com/Ad5001P4F/status/859430935468670976
// $lake = new LakePopulator ();
// $lake->setBaseAmount(0);
// $lake->setRandomAmount(1);
// $this->generationPopulators [] = $lake;
$fisl = new FloatingIslandPopulator();
$fisl->setBaseAmount(0);