Started by
scorpion981
on
Topic category: Help with Minecraft modding (Java Edition)
I just want a way to make all my biomes in my dimension biggers. I dont worry if they has the same size i just want all of them to be bigger, like twilight forest. And pls dont talk about weight we all know that change nothing.
Check this page: https://www.minecraftforge.net/forum/topic/11577-adjust-size-of-custom-biome/
TLDR: there is no realistic way to do this without rewriting word gen system
but Twilight forest did it...
dont worry about my previous answer, how i do with Mcreator? Where i go in the code?
To do this, you would need pretty good understanding of Minecraft world gen system and even better Minecraft Forge and Java knowledge. If you are not in mods for years, I would suggest you to start with something simpler.
ok
Wait, because its a dimension, is there a way to multiplicate the biome (like many same biomes) in the dimension code or just write the same biome like 3 times or other numbers?
If i make in my dimension all the biomes with the same temperature, biome weight will work?
Biome weight is working a bit strange with custom dimensions, but multiplying the same biome in custom dimension could do the trick.
how i do that? and just like that i think that biome weight work weird because of line 201:
If is that can you fix this pls?
Add the same biome to the dimension biomes list multiple times.