Small distance fix

This commit is contained in:
paulevsGitch 2021-12-15 18:51:30 +03:00
parent dd1ef90f7e
commit e4d534d1c6
2 changed files with 5 additions and 6 deletions

View file

@ -63,7 +63,7 @@ public class BetterEnd implements ModInitializer {
Configs.saveConfigs();
if (GeneratorOptions.useNewGenerator()) {
ru.bclib.world.generator.GeneratorOptions.setFarEndBiomesSqr(GeneratorOptions.getIslandDistBlock());
ru.bclib.world.generator.GeneratorOptions.setFarEndBiomes(GeneratorOptions.getIslandDistBlock());
ru.bclib.world.generator.GeneratorOptions.setEndLandFunction((pos) -> TerrainGenerator.isLand(pos.x, pos.y));
}