{
  "ReadMe": "The Watersheds mod configuration has been split into separate files for better organization. Each configuration file corresponds to a specific aspect of the Watersheds Mod. Many of these config values are very volatile, keep in mind you could cause errors, ruin performance, or ruin some edge cases of streams you miss while testing. Don't change things you don't understand and therefore can't test, unless you want to risk playing on a world with hidden issues that could come up halfway through your playthrough.",
  "ConfigFiles": [
    "TerrainAnalysisConfig.json - Terrain sampling and analysis settings",
    "FlowSimulationConfig.json - Water flow simulation parameters",
    "StreamGenerationConfig.json - Stream generation settings",
    "StreamPathingConfig.json - Stream pathing algorithm settings",
    "StreamMapConfig.json - Stream shape and curve settings",
    "StreamNoiseConfig.json - Stream terrain noise and carving settings",
    "MeanderingConfig.json - The settings for the meandering on the streammap's streams",
    "BraidedConfig.json - Independent meandering settings for braided streams",
    "StreamDimensionsConfig.json - Stream width and depth dimensions",
    "StreamWaterConfig.json - Stream water placement, flow push, and upstream sampling",
    "ExtraFeaturesConfig.json - Coastal terrain effects, groundwater, and fish spawning",
    "StreamBankDecorationConfig.json - Streambank vegetation and debris",
    "StreambedDecorationConfig.json - Streambed decorations and aquatic plants",
    "StreamSoundConfig.json - Stream sound volume and distance settings",
    "PerformanceAndDebugConfig.json - Performance tuning and debug settings"
  ]
}