Island mode improvements

This commit is contained in:
Daniel Mills
2021-08-01 15:01:58 -04:00
parent 55521afe35
commit 6728703473
5 changed files with 64 additions and 5 deletions

View File

@@ -42,4 +42,7 @@ public class IrisTerrainIsland {
@MaxNumber(10000)
@Desc("How often are regions islands instead of nothing?")
private double islandChance = 0.5;
@Desc("Interpolate the edges of islands")
private IrisInterpolator islandEdgeInterpolator = new IrisInterpolator();
}