mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
removed alternative name "pressure" from param2
This commit is contained in:
@@ -1804,7 +1804,7 @@ ServerMap::ServerMap(std::string savedir, HMParams hmp, MapParams mp):
|
||||
float randmax = 0;
|
||||
float randfactor = 0;
|
||||
|
||||
if(myrand()%5 == 0)
|
||||
/*if(myrand()%5 == 0)
|
||||
{
|
||||
baseheight = 100;
|
||||
randmax = 50;
|
||||
@@ -1833,7 +1833,11 @@ ServerMap::ServerMap(std::string savedir, HMParams hmp, MapParams mp):
|
||||
baseheight = -3;
|
||||
randmax = 20;
|
||||
randfactor = 0.5;
|
||||
}
|
||||
}*/
|
||||
|
||||
baseheight = 0;
|
||||
randmax = 15;
|
||||
randfactor = 0.63;
|
||||
|
||||
list_baseheight->addPoint(p, Attribute(baseheight));
|
||||
list_randmax->addPoint(p, Attribute(randmax));
|
||||
|
Reference in New Issue
Block a user