9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 11:39:07 +00:00
This commit is contained in:
cyberpwn
2021-08-19 22:39:36 -04:00
parent 3fc907e50f
commit 4a1e511262
3 changed files with 3 additions and 6 deletions

View File

@@ -44,12 +44,7 @@ import lombok.experimental.Accessors;
@AllArgsConstructor
@Desc("Generate worms")
@Data
public class IrisWorm implements IRare {
@Required
@Desc("Typically a 1 in RARITY on a per chunk basis")
@MinNumber(1)
private int rarity = 15;
public class IrisWorm {
@Desc("The style used to determine the curvature of this worm")
private IrisGeneratorStyle angleStyle = new IrisGeneratorStyle(NoiseStyle.PERLIN);