mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Fixed wrong temperature and temperature -> rainfall (#347)
This commit is contained in:
parent
06de85fd33
commit
d430ad50be
@ -49,11 +49,11 @@ class ForestBiome extends GrassyBiome{
|
||||
$this->setElevation(63, 81);
|
||||
|
||||
if($type === self::TYPE_BIRCH){
|
||||
$this->temperature = 0.5;
|
||||
$this->temperature = 0.6;
|
||||
$this->rainfall = 0.5;
|
||||
}else{
|
||||
$this->temperature = 0.7;
|
||||
$this->temperature = 0.8;
|
||||
$this->rainfall = 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user