Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

 Conflicts:
	gradle.properties
This commit is contained in:
Anuken
2021-10-05 12:08:58 -04:00
12 changed files with 73 additions and 34 deletions

View File

@@ -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){