Skip to content

Commit

Permalink
Fix a boolean from the config.
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrolienF committed Jan 15, 2025
1 parent 92c232b commit 0315b26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public enum BooleanKeys {
CARVERS_ENABLED("carvers.enabled", true),
PRESERVE_SURFACE_WORLD_FROM_CAVERS("carvers.preserveSurfaceWorldFromCavers", true),
PRESERVE_LIQUID_FROM_CAVERS("carvers.preserveLiquidFromCavers", true),
BIOME_MERGING_FROM_CAVES_GENERATION_ENABLED("structures.enabled", true),
BIOME_MERGING_FROM_CAVES_GENERATION_ENABLED("biomesMerging.fromCavesGeneration.enabled", true),
CLEAN_BLOCKS_ENABLED("clean.blocks.enabled", true),
CLEAN_BLOCKS_REMOVE_UNSTABLE_BLOCKS("clean.blocks.removeUnstableBlocks", true),
CLEAN_ENTITIES_ENABLED("clean.entities.enabled", true);
Expand Down

0 comments on commit 0315b26

Please sign in to comment.