mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Merge pull request #687 from CocoTheOwner/resourceTypeForVscode
Show entity spawners in autocomplete
This commit is contained in:
commit
0936015d84
@ -97,6 +97,7 @@ public class IrisRegion extends IrisRegistrant implements IRare {
|
||||
@MaxNumber(1)
|
||||
@Desc("The shore ration (How much percent of land should be a shore)")
|
||||
private double shoreRatio = 0.13;
|
||||
@RegistryListResource(IrisSpawner.class)
|
||||
@ArrayType(min = 1, type = IrisObjectPlacement.class)
|
||||
@Desc("Objects define what schematics (iob files) iris will place in this region")
|
||||
private KList<IrisObjectPlacement> objects = new KList<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user