Question about world gen

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Awerick11

Member
Jul 29, 2019
209
-1
10
So, i was looking into how to get custom biomes for my pack, and ran into a problem. Biome tweaker lets me create new biomes and add them to the generation list, but now remove the other biomes. Is there a way to do that?
 

Coco12570

New Member
Jul 29, 2019
63
0
0
biome.remove() to outright remove biomes

biome.registerGenBiomeRep(#) to replace the biome with another one. Use this for removing HC biomes as they can't be removed from generation tables.

Also, replace [Biome] with the object name of the biome(s) your removing.