mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-30 04:29:05 +00:00
Stupid spigot & paper
This commit is contained in:
@@ -22,7 +22,6 @@ import lombok.experimental.Accessors;
|
||||
@Data
|
||||
public class IrisCaveFluid
|
||||
{
|
||||
|
||||
@Required
|
||||
@MaxNumber(255)
|
||||
@MinNumber(0)
|
||||
|
||||
@@ -163,6 +163,10 @@ public class IrisDimension extends IrisRegistrant
|
||||
@Desc("Generate vanilla structures")
|
||||
private boolean vanillaStructures = false;
|
||||
|
||||
@DontObfuscate
|
||||
@Desc("If defined, If air is defined below the area, this fluid will always place")
|
||||
private IrisCaveFluid forceFluid = new IrisCaveFluid();
|
||||
|
||||
@DontObfuscate
|
||||
@Desc("Generate decorations or not")
|
||||
private boolean decorate = true;
|
||||
|
||||
Reference in New Issue
Block a user