mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Default worms
This commit is contained in:
parent
b5d7e2969f
commit
d06445e04b
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user