diff --git a/src/main/java/biomesoplenty/common/world/generator/GeneratorLakes.java b/src/main/java/biomesoplenty/common/world/generator/GeneratorLakes.java index 66a123784..ae3bf7d4c 100644 --- a/src/main/java/biomesoplenty/common/world/generator/GeneratorLakes.java +++ b/src/main/java/biomesoplenty/common/world/generator/GeneratorLakes.java @@ -318,6 +318,7 @@ public class GeneratorLakes extends BOPGeneratorBase this.grassBorderWith = conf.getBlockState("grassBorderWith", this.grassBorderWith); this.frozenLiquid = conf.getBlockState("frozenLiquid", this.frozenLiquid); this.grassReplace = conf.getBlockPosQuery("grassReplace", this.grassReplace); + this.scatterYMethod = conf.getEnum("scatterYMethod", this.scatterYMethod, ScatterYMethod.class); } } \ No newline at end of file