Started by
MeTheDirector
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a Minecraft mod with a custom dimension with the End generation, bon only one of the three custom biomes is showing up!
If you can help me please leave an explanation!
Thanks in advance.
End generation is really strange with biome distribution. I'm pretty sure that only one value is used for biome generation in end-type dimensions, I'm pretty sure it is erosion, but it could be weirdness instead, I can't quite remember. Either way, if your biomes have a similar range for that value, it will cause only one of them to show up.
I'm pretty sure it works that way because vanilla Minecraft end generation only cares about how high a location is on an island for biome generation, highlands, midlands, and lowlands. I'm including that note because the important value change frequently so once you have your biomes with less overlap in their ranges, they will likely generate in lots of small pockets.