-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a temperature and a white/blacklist system, to set which biomes and regions can spawn close to each other #996
Comments
Temperature system is very difficult to achieve in Iris. Conditionally spawning biomes besides eachother is not an easy feat I was working on a system for temperature a while ago but it's very cognitively challenging to keep track of what is happening with all the biomes. |
If you want me to explain exactly (in technical terms) why this is the case, then let me know and I'll give it a shot. |
Being a developer myself, yes, I'd be interested in understanding something more, even if I don't know that much about the API for generating the world. I opened this issue mostly because it happens to me that, for example with the new horizons pack, permafrost regions are generated next to the desert regions, and let's just say that they aren't exactly the best to see; then the rest would be a plus. |
for 1. I have come up with a solution: For each region in the region group, add a copy of the region group to the list of regions in the dimension |
Adding, Removing, or Changing
Adding
Type of Modification
Biome and regions generating system
What are you trying to modify
My proposal is divided into 2 parts:
Alternatives
No response
The text was updated successfully, but these errors were encountered: