Generators cannot be disabled, specifically basalt generator
brianfreud opened this issue ยท 2 comments
Describe the bug:
The various generators have string support in the different language files, seen in https://github.com/AstralOrdana/Immersive-Weathering/tree/17e4d29785ec23aa76c7a136378dfb983e219c70/common/src/main/resources/assets/immersive_weathering/lang
However, the different language files are inconsistant between them as to the config key and description text's key:
en_es: text.autoconfig.immersive_weathering.option.worldgenConfig.icicleFeature
en_us: config.immersive_weathering.generation.icicle_feature.descriptionKey and config.immersive_weathering.generation.icicle_feature
The basalt generator
Additionally, none of the generators are listed in either immersive_weathering-common.toml or immersive_weathering-client.toml as configurable options.
The basalt generator is problematic when I'm drilling a perimeter with a gantry using the create mod. If I cut through a patch of basalt, and there's even a single lava source, the lava source should be left exposed so a sweeper can come through and get rid of it. However, this generator makes it such that the flat surface that was just cut doesn't stay flat. Instead, having that single lava source above that basalt causes more basalt to spring up around the edges of the lava. (See photo below.)