Question about world gen

Awerick11

New Member
Jul 29, 2019
209
-1
0
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.