OrderedChaos-Dev / ProjectVibrantJourneys

Minecraft mod that expands in all directions
37 stars 15 forks source link

Cannot disable biomes in config--potential TerraForged incompatibility? #100

Closed dirt-worm closed 4 years ago

dirt-worm commented 4 years ago

I keep setting the weight of aspen grove and crimson thicket biomes to 0, but they still continue to generate. The only other world generation mod that I have that affects biome generation is TerraForged. Is this a compatibility issue? What can I do to prevent these biomes from spawning?

OrderedChaos-Dev commented 4 years ago

The config relies on the vanilla world gen system to handle biome weights, so it might be a TerraForged thing since they use their own world generator. I'll see if I can add in a check in my biome stuff to prevent that from happening.

OrderedChaos-Dev commented 4 years ago

Turns out I've already implemented a check to stop that. It's probably TerraForged's world generation