Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

1.16 - Multiple border biomes of the same size

BiomeBundle opened this issue ยท 2 comments

commented

Having multiple border biomes of the same size makes only one of them ever spawn regardless of NotBorderNear settings.

This makes having multiple beach biomes almost impossible. (Will update here when I've checked to see if it is a problem also in 1.12.2 or is something new in 1.16).

commented

Need to update https://github.com/PG85/OpenTerrainGenerator/blob/1.16.4/common/common-generator/src/main/java/com/pg85/otg/gen/biome/layers/BiomeBorderLayer.java, currently it's only storing one possible border biome for each parent biome per gen depth.

commented

Implemented for 0.0.15, also added OnlyBorderNear: whitelist, when used NotBorderNear is ignored.