mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
PlainBiome: reduce maximum elevation
This commit is contained in:
parent
8cd311bcb4
commit
af69418a55
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user