From 220ceda8fdd4e81f1a80d2e2f44d82fdbbb21c55 Mon Sep 17 00:00:00 2001 From: paramat Date: Tue, 10 Sep 2019 17:56:24 +0100 Subject: [PATCH] Add setting to settingtypes.txt --- settingtypes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settingtypes.txt b/settingtypes.txt index 7f6a12ba..6e3f4ab4 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -64,3 +64,7 @@ enable_stairs_replace_abm (Replace old stairs) bool false # If enabled, use the engine's spawn search which does not check for a # suitable starting biome. engine_spawn (Use engine spawn search) bool false + +# Whether river water source nodes create flowing sounds. +# Helps rivers create more sound, especially on level sections. +river_source_sounds (River source node sounds) bool false