Make snow sound like snow while digging it

This commit is contained in:
Gregor Parzefall 2022-12-21 22:39:26 +01:00
parent 7312c30f8e
commit 14adcbbecb
1 changed files with 1 additions and 1 deletions

View File

@ -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)