From 14adcbbecbbe130e51d0ec7af19e2692534b800e Mon Sep 17 00:00:00 2001 From: Gregor Parzefall Date: Wed, 21 Dec 2022 22:39:26 +0100 Subject: [PATCH] Make snow sound like snow while digging it --- 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 51af2d7c9..30157060c 100644 --- a/mods/CORE/mcl_sounds/init.lua +++ b/mods/CORE/mcl_sounds/init.lua @@ -92,7 +92,7 @@ function mcl_sounds.node_sound_snow_defaults(table) table.dug = table.dug or {name="pedology_snow_soft_footstep", gain=1.0} table.dig = table.dig or - {name="default_dig_crumbly", gain=0.4} + {name="pedology_snow_soft_footstep", gain=1.0} table.place = table.place or {name="default_place_node", gain=1.0} mcl_sounds.node_sound_defaults(table)