1.18 biome issues (updated)

Started by dragonnight1221 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1.18 biome issues (updated)

so after 3 biomes are made the suddenly are super tiny and rare, or the locatebiome command cannot find any

i need help with fixing this as my main mod uses many biomes and i cannot have two chunk big biomes or having all the biomes being rare!

 

 i tried changing every option avaluable too and remaking the mod too and nothing

 

" Please check https://mcreator.net/wiki/how-make-biome#toc-index-14 " is not an answer (that works!)  something helpful a REAL answer.

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wait another 2 months and it…
Tue, 07/26/2022 - 19:06

Wait another 2 months and it'll be fixed

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That link explains it…
Tue, 07/26/2022 - 20:59

That link explains it clearly, but if you want specifics you can try this.

Biome #1 settings:

  • Biome weight - 50 +/-
  • Biome base height - set it to 0.001
  • Biome base height variation - set it higher than Biome base height, use 0.002
  • Biome temperature - low value=cold, high value=hot
  • Raining posibility - 0=no rain, 1=mostly raining

 

Biome #2 settings:

  • Biome weight - 50 +/-
  • Biome base height - set it to 0.003
  • Biome base height variation - set it higher than Biome base height, use 0.004
  • Biome temperature - low value=cold, high value=hot
  • Raining posibility - 0=no rain, 1=mostly raining

Biome #3 settings:

  • Biome weight - 50 +/-
  • Biome base height - set it to 0.005
  • Biome base height variation - set it higher than Biome base height, use 0.006
  • Biome temperature - low value=cold, high value=hot
  • Raining posibility - 0=no rain, 1=mostly raining

Biome #4 settings:

  • Biome weight - 50 +/-
  • Biome base height - set it to 0.007
  • Biome base height variation - set it higher than Biome base height, use 0.008
  • Biome temperature - low value=cold, high value=hot
  • Raining posibility - 0=no rain, 1=mostly raining

Biome #5 settings:

  • Biome weight - 50 +/-
  • Biome base height - set it to 0.009
  • Biome base height variation - set it higher than Biome base height, use 0.010
  • Biome temperature - low value=cold, high value=hot
  • Raining posibility - 0=no rain, 1=mostly raining

Try seeing the pattern ... A weight of 50 is good (not the best), don't got too low ... neither too high. Biome base height is always lower than Biome base height variation (also, they can overlap eachother and/or have negative values), but these combined values must be unique (different than any other biome). Biome temperature and Raining posibility can be similar to any other biome. 1.18 worldgen is different than previous versions and requires more attention to detail ... it is explained in the reference ink. Practice in a empty/test workspace until you understand it better.

 

Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you finally a response…
Wed, 07/27/2022 - 17:57

thank you finally a response thats acually helpful!

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I also have the same problem…
Tue, 08/16/2022 - 04:05

I also have the same problem. Have you solved it,bro ?