Cleanup
This commit is contained in:
@@ -327,9 +327,7 @@ public class SerpuloPlanetGenerator extends PlanetGenerator{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean naval = (float)waters / total >= 0.28f;
|
boolean naval = (float)waters / total >= 0.26f;
|
||||||
|
|
||||||
Log.info(waters + " " + total );
|
|
||||||
|
|
||||||
//create water pathway if the map is flooded
|
//create water pathway if the map is flooded
|
||||||
if(naval){
|
if(naval){
|
||||||
|
|||||||
Reference in New Issue
Block a user