Added scatterYMethod to the options for GeneratorLakes

This commit is contained in:
Adubbz 2018-04-16 20:23:52 +10:00
parent dbd1037bac
commit 7442feb06c
No known key found for this signature in database
GPG key ID: E330492F6F3E433A

View file

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