09-02-2012, 06:37 AM
That is unfortunately not possible, because the cell size is the parameter that decides *all* biome sizes together and there is technically no way to make it "larger" for one biome.
What is possible, though, and even in the current code, is to have *more* of one biome by specifying it several times in the DistortedVoronoiBiomes string. For example, if you specify
You should end up with an approximate 3:1 ratio of ocean to jungle.
Distorted voronoi is not the ideal algorithm for generating biomes. We'll hopefully get a newer one one day, better, with beaches and true mushroom islands and no tundra next to a desert
What is possible, though, and even in the current code, is to have *more* of one biome by specifying it several times in the DistortedVoronoiBiomes string. For example, if you specify
Code:
DistortedVoronoiBiomes=Ocean,Ocean,Ocean,Jungle
Distorted voronoi is not the ideal algorithm for generating biomes. We'll hopefully get a newer one one day, better, with beaches and true mushroom islands and no tundra next to a desert
![Wink Wink](https://forum.cuberite.org/images/smilies/wink.png)