PlainBiome: reduce maximum elevation

This commit is contained in:
Dylan K. Taylor 2018-06-08 13:04:45 +01:00
parent 8cd311bcb4
commit af69418a55

View File

@ -35,7 +35,7 @@ class PlainBiome extends GrassyBiome{
$this->addPopulator($tallGrass);
$this->setElevation(63, 74);
$this->setElevation(63, 68);
$this->temperature = 0.8;
$this->rainfall = 0.4;