mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Regions support for objects
This commit is contained in:
parent
dd4edb8ba5
commit
e7f0ba1982
@ -63,6 +63,11 @@ public class IrisRegion extends IrisRegistrant implements IRare
|
||||
@Desc("The shore ration (How much percent of land should be a shore)")
|
||||
private double shoreRatio = 0.13;
|
||||
|
||||
@ArrayType(min = 1, type = IrisObjectPlacement.class)
|
||||
@DontObfuscate
|
||||
@Desc("Objects define what schematics (iob files) iris will place in this region")
|
||||
private KList<IrisObjectPlacement> objects = new KList<IrisObjectPlacement>();
|
||||
|
||||
@MinNumber(0)
|
||||
@DontObfuscate
|
||||
@Desc("The min shore height")
|
||||
|
Loading…
x
Reference in New Issue
Block a user