mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* More improvements to the world generator!!
This commit is contained in:
@@ -24,7 +24,7 @@ Biome
|
||||
|
||||
Biome* Biome::map[4096];
|
||||
|
||||
Biome* Biome::_getBiome(float hum, float temp)
|
||||
Biome* Biome::_getBiome(float temp, float hum)
|
||||
{
|
||||
if (temp < 0.1)
|
||||
return tundra;
|
||||
|
||||
Reference in New Issue
Block a user