Started by 
supers4
 on 
    Topic category: Help with Minecraft modding (Java Edition)
I added 2 custom biomes in a custom dimension, but only the first one in the "biomes to generate in this dimension" does generate (I tried swapping them and only the FIRST one does generate). Pls help!
(they have the same spawn weight, 11)
(Forge 1.18.2)
Edited by supers4 on Sun, 05/22/2022 - 10:22
                            
Did you add both Biomes to the Dimension? I made that mistake when I was working with Dimensions.
In the biome generation section of each biome every parameter needs to be its own number that isn't the same for any of your custom biomes that generate in your dimension because if they do have the same parameters the biomes will fight for their spawning spots.
You should read this for a better explanation: https://mcreator.net/wiki/how-make-biome if you scroll all the way down you will reach a section called "1.18+ biomes" and that's what you should read
Now it works. Thank you so much!
it didn't work
stats for my first biome:
biome temp range: 0 0.5
humid rang: 0 0.5
contenaentalesss: 0 1
erosion range: -0.5 0.5
weirdness range -1 1
statsfor my second biome in same order:
-0.3 0
0.5 1
-1 0
-0.6 0.5
-0.5 0