Added scatterYMethod to the options for GeneratorLakes
This commit is contained in:
parent
dbd1037bac
commit
7442feb06c
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ public class GeneratorLakes extends BOPGeneratorBase
|
||||||
this.grassBorderWith = conf.getBlockState("grassBorderWith", this.grassBorderWith);
|
this.grassBorderWith = conf.getBlockState("grassBorderWith", this.grassBorderWith);
|
||||||
this.frozenLiquid = conf.getBlockState("frozenLiquid", this.frozenLiquid);
|
this.frozenLiquid = conf.getBlockState("frozenLiquid", this.frozenLiquid);
|
||||||
this.grassReplace = conf.getBlockPosQuery("grassReplace", this.grassReplace);
|
this.grassReplace = conf.getBlockPosQuery("grassReplace", this.grassReplace);
|
||||||
|
this.scatterYMethod = conf.getEnum("scatterYMethod", this.scatterYMethod, ScatterYMethod.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue