mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 08:25:29 +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->addPopulator($tallGrass);
|
||||||
|
|
||||||
$this->setElevation(63, 74);
|
$this->setElevation(63, 68);
|
||||||
|
|
||||||
$this->temperature = 0.8;
|
$this->temperature = 0.8;
|
||||||
$this->rainfall = 0.4;
|
$this->rainfall = 0.4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user