Terrestria

Terrestria

2M Downloads

Add an option to configure underwater volcanoes

lorilith opened this issue ยท 4 comments

commented

any chance we can get an option to remove or set the chance of spawn of the underwater variants of the volcanoes? I am seeing way too many but dont want to reduce the frequency overall since the actual islands are scarce.

commented

Yes, this should be fairly simple to add, should just be a matter of altering these numbers:

if (biome.getCategory() == Biome.Category.OCEAN && random.nextInt(4) != 0) {
return false;
} else if (biome == TerrestriaBiomes.VOLCANIC_ISLAND_SHORE && random.nextInt(2) != 0) {
return false;

commented

Once we get the Dry Update out we're planning on going into a prep stage for future updates, basically this will come, but not until the major update coming after the Dry Update. We have alot of refactoring to do with features, and adding config values to them should be one of those things.

commented
commented

This has been added in dev for 2.0.0, you'll be seeing this in a near update!