Bug: 1.16.x - Borders/Isles for temperature-specific Oceans don't work
BiomeBundle opened this issue ยท 3 comments
When using the new ocean features (in the worldconfig), Frozen Oceans are way more common than any other ocean type for some reason. To the point where it's actually difficult to find the other ocean types.
Example from the default preset (yellow area is frozen ocean, pink is other oceans):
In this example, the only place frozen ocean is used is in the worldconfig, here:
DefaultOceanBiome: Ocean
DefaultWarmOceanBiome: Warm Ocean
DefaultLukewarmOceanBiome: Lukewarm Ocean
DefaultColdOceanBiome: Cold Ocean
DefaultFrozenOceanBiome: Frozen Ocean
Isles and borders have the same problems when used with Oceans, the biome generator only applies temperature dependent ocean biomes after all land/border/isle biomes have been placed. At that point, the default Ocean biome is replaced to the temperature-specific ocean biomes. Will look at implementing proper borders/isles for oceans for 1.0.0.
Related to #829 , looks like this is due to isle/border biome settings. When using landrarity 1 and no isles/borders for VV4, changing OceanBiomeRarity from 1 to 10 does:
When using isles/borders, it does:
If there's a problem with isles/borders, please update this issue. If this is somehow a config error / expected behaviour, please close it.
Appears to be a duplicate of #615
Reopen if not.