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
Simple yet Annoying issue. I have tried everything to get around it but nothing worked
![2022-10-16_14 49 16](https://user-imag
es.githubusercontent.com/63635533/196037592-008ee8ae-fb3d-42ef-9771-264a1c8f882f.png)
test3.zip
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
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