Serpulo water tweaks

This commit is contained in:
Anuken
2021-10-03 13:12:20 -04:00
parent aed57aaac3
commit 0d0fe394d3
2 changed files with 7 additions and 2 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){