Fix island distance (#381)

This commit is contained in:
paulevsGitch 2022-01-13 17:04:22 +03:00
parent 417350db2d
commit a345be1b3e
6 changed files with 14 additions and 21 deletions

View file

@ -66,7 +66,7 @@ public class BetterEnd implements ModInitializer {
ru.bclib.world.generator.GeneratorOptions.setFarEndBiomes(GeneratorOptions.getIslandDistBlock());
ru.bclib.world.generator.GeneratorOptions.setEndLandFunction((pos) -> TerrainGenerator.isLand(pos.x, pos.y));
}
BiomeAPI.registerEndBiomeModification((biomeID, biome) -> {
if (!biomeID.equals(Biomes.THE_VOID.location())) {
EndStructures.addBiomeStructures(biomeID, biome);