TerraformersMC / Terrestria

A Fabric mod enhancing the detail of Minecraft with unique and vibrant biomes. Inspired by ExtrabiomesXL.
https://www.curseforge.com/minecraft/mc-mods/terrestria
GNU Lesser General Public License v3.0
201 stars 43 forks source link

Add an option to configure underwater volcanoes #110

Closed lorilith closed 4 years ago

lorilith commented 4 years ago

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.

NeusFear commented 4 years ago

Yes, this should be fairly simple to add, should just be a matter of altering these numbers: https://github.com/TerraformersMC/Terrestria/blob/aa54f8616b616d0ce68755ac5f2d43474bbc9ec9/src/main/java/com/terraformersmc/terrestria/feature/volcano/VolcanoStructureFeature.java#L61-L64

NeusFear commented 4 years ago

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.

NeusFear commented 4 years ago

This should be much simpler to do now, @Prospector when you add the config for leaves can you also do this? https://github.com/TerraformersMC/Terrestria/blob/update/dry/update-purge/src/main/java/com/terraformersmc/terrestria/init/TerrestriaStructures.java#L20

NeusFear commented 4 years ago

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