mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 19:19:07 +00:00
Default worms
This commit is contained in:
@@ -43,7 +43,7 @@ import lombok.experimental.Accessors;
|
||||
@Data
|
||||
public class IrisCave extends IrisRegistrant {
|
||||
@Desc("Define the shape of this cave")
|
||||
private IrisWorm worm;
|
||||
private IrisWorm worm = new IrisWorm();
|
||||
|
||||
@Desc("Define potential forking features")
|
||||
private IrisCarving fork = new IrisCarving();
|
||||
|
||||
@@ -46,7 +46,7 @@ import lombok.experimental.Accessors;
|
||||
@Data
|
||||
public class IrisRavine extends IrisRegistrant {
|
||||
@Desc("Define the shape of this ravine (2d, ignores Y)")
|
||||
private IrisWorm worm;
|
||||
private IrisWorm worm = new IrisWorm();
|
||||
|
||||
@RegistryListResource(IrisBiome.class)
|
||||
@Desc("Force this cave to only generate the specified custom biome")
|
||||
|
||||
Reference in New Issue
Block a user