Started by
Flusacka
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, i am using mcreator 2021.1 with the forge 1.12.2 plugin and i have 15 biomes in my dimension and the biomes are still very small. please help.
Topic category: Help with Minecraft modding (Java Edition)
Hello, i am using mcreator 2021.1 with the forge 1.12.2 plugin and i have 15 biomes in my dimension and the biomes are still very small. please help.
You should be able to change the weight/size of the biomes
i can change weight, but how do i change size? dont see an option for that
I'll have to take a look at it later. I'll keep you posted
So i looked at it, and i don't think you can change the size now that i think about it. You might be able to in the code, but other than that i think it might be just generation being bugged or you might be unlucky
Ok look, Minecraft has a lot of math and algorithm inside and biomes generation is on top of it
Spawn weight is not spwn % in the Minecraft world but is the possibility for your biome to spawn inside same biomes type.
Let's suppose (extreme example) full world is cold / snowy and your biomes is a desert. Your biome will not spawn even if your spawn weight is set to 1.000.000.000
Many different factors affect this and I'm not going to list them all (I'm sure I don't know them all either)
So what you can do to help you with your issue is:
1) Biome type: set a biome type
2) Set a biome category and MAKE SURE this category reflects the type selected
3) Biome temperature: make sure it's inside the biome type selected
Now set a good spawn weight (let's say 200 for example) and load your world. Your biome is now there
i did all that with all my biomes, still the same problem
show some images
tried it on a fresh project, still the same problem
As said, send some images