PG85 / OpenTerrainGenerator

Minecraft Terrain Generator for Bukkit/Spigot/Forge
MIT License
197 stars 84 forks source link

Hot biomes spawning RIGHT NEXT to Ice biomes way too often no matter what i do, even on Default settings (1.12.2) #976

Open Dechetmew opened 1 year ago

Dechetmew commented 1 year ago

Simple yet Annoying issue. I have tried everything to get around it but nothing worked

2022-10-16_14 47 53 2022-10-16_14 49 16 2022-10-16_14 59 18 2022-10-16_15 00 57 2022-10-16_15 05 20 2022-10-16_14 28 44 2022-10-16_14 33 59 2022-10-16_14 43 30 test3_biomemap test3.zip

authvin commented 1 year ago

This is a quirk of how the layer system works, you need to use something like border biomes to alleviate it. Biome groups are not distributed based on temperature

Do note, even with border biomes you only get an intermediary, transitioning biome. You can't get them to reliably place apart without something like FromImage. The closest thing I'm aware of that does this is how Wildlands handles biome transitions, and that's probably the most complex setup anyone has done for an OTG preset

Dechetmew commented 1 year ago

This is a quirk of how the layer system works, you need to use something like border biomes to alleviate it. Biome groups are not distributed based on temperature

Do note, even with border biomes you only get an intermediary, transitioning biome. You can't get them to reliably place apart without something like FromImage. The closest thing I'm aware of that does this is how Wildlands handles biome transitions, and that's probably the most complex setup anyone has done for an OTG preset

Finnaly, someone explained it. Thank you