From db562c91dbd904c78f670c18167942f22e9a676c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 31 Jul 2017 01:01:18 +0200 Subject: [PATCH] Reduce snow footstep gain --- mods/CORE/mcl_sounds/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/CORE/mcl_sounds/init.lua b/mods/CORE/mcl_sounds/init.lua index be63ade25..62dc34a97 100644 --- a/mods/CORE/mcl_sounds/init.lua +++ b/mods/CORE/mcl_sounds/init.lua @@ -74,7 +74,7 @@ end function mcl_sounds.node_sound_snow_defaults(table) table = table or {} table.footstep = table.footstep or - {name="pedology_snow_soft_footstep", gain=0.7} + {name="pedology_snow_soft_footstep", gain=0.5} table.dug = table.dug or {name="pedology_snow_soft_footstep", gain=1.0} table.dig = table.dig or