Removing lakes

Bu işleme şunda yer alıyor:
Ad5001 2017-05-02 19:52:53 +02:00
ebeveyn 4e261265f1
işleme 4ef639fc80
3 değiştirilmiş dosya ile 8 ekleme ve 8 silme

Dosyayı Görüntüle

@ -8,11 +8,9 @@ Welcome user to the home of a new PocketMine World Generator which features 9 ne
<img src="https://raw.githubusercontent.com/Ad5001/BetterGen/master/imgs/Mineshaft.jpg" style="width: 500px"></img>
2. <h3>Ravines:</h3>
<img src="https://raw.githubusercontent.com/Ad5001/BetterGen/master/imgs/MesaRavine.jpg" style="width: 500px"></img>
3. <h3>Lakes:</h3>
<img src="https://raw.githubusercontent.com/Ad5001/BetterGen/master/imgs/lake.png" style="width: 500px"></img>
4. <h3>Caves:</h3>
3. <h3>Caves:</h3>
<img src="https://raw.githubusercontent.com/Ad5001/BetterGen/master/imgs/cave.jpg" style="width: 500px"></img>
5. <h3>Floating islands:</h3>
4. <h3>Floating islands:</h3>
<img src="https://raw.githubusercontent.com/Ad5001/BetterGen/master/imgs/Island.jpg" style="width: 500px"></img>

İkili dosya gösterilmiyor.

Önce

Genişlik:  |  Yükseklik:  |  Boyut: 1.1 MiB

Dosyayı Görüntüle

@ -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);