mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-09 01:06:05 +00:00
Island mode improvements
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user