Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
Conflicts: gradle.properties
This commit is contained in:
@@ -327,7 +327,7 @@ public class SerpuloPlanetGenerator extends PlanetGenerator{
|
||||
}
|
||||
}
|
||||
|
||||
boolean naval = (float)waters / total >= 0.26f;
|
||||
boolean naval = (float)waters / total >= 0.15f;
|
||||
|
||||
//create water pathway if the map is flooded
|
||||
if(naval){
|
||||
|
||||
Reference in New Issue
Block a user