forked from Ad5001/BetterGen
Removing lakes
This commit is contained in:
parent
4e261265f1
commit
4ef639fc80
3 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue