Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

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

Dechetmew opened this issue ยท 2 comments

commented

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](https://user-imag
es.githubusercontent.com/63635533/196037592-008ee8ae-fb3d-42ef-9771-264a1c8f882f.png)
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

commented

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

commented

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