Fix island distance (#381)
This commit is contained in:
parent
417350db2d
commit
a345be1b3e
6 changed files with 14 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue