mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 15:05:33 +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);
|
$this->setElevation(63, 81);
|
||||||
|
|
||||||
if($type === self::TYPE_BIRCH){
|
if($type === self::TYPE_BIRCH){
|
||||||
$this->temperature = 0.5;
|
$this->temperature = 0.6;
|
||||||
$this->rainfall = 0.5;
|
$this->rainfall = 0.5;
|
||||||
}else{
|
}else{
|
||||||
$this->temperature = 0.7;
|
$this->temperature = 0.7;
|
||||||
$this->temperature = 0.8;
|
$this->rainfall = 0.8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user