This commit is contained in:
Anuken 2021-09-30 18:32:31 -04:00
parent 0483e3f900
commit ee26f51d7a

View File

@ -327,9 +327,7 @@ public class SerpuloPlanetGenerator extends PlanetGenerator{
}
}
boolean naval = (float)waters / total >= 0.28f;
Log.info(waters + " " + total );
boolean naval = (float)waters / total >= 0.26f;
//create water pathway if the map is flooded
if(naval){