9
0
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:
Daniel Mills
2020-10-20 10:52:30 -04:00
parent 88d589bae5
commit b3e1c48f97
9 changed files with 763 additions and 11 deletions

View File

@@ -22,7 +22,6 @@ import lombok.experimental.Accessors;
@Data
public class IrisCaveFluid
{
@Required
@MaxNumber(255)
@MinNumber(0)

View File

@@ -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;