Change leaves dug sound

This commit is contained in:
Wuzzy 2017-06-08 21:14:07 +02:00
parent 8ac3349a3e
commit 2d42a1d31b
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ function mcl_sounds.node_sound_leaves_defaults(table)
table.footstep = table.footstep or
{name="default_grass_footstep", gain=0.35}
table.dug = table.dug or
{name="default_dig_snappy", gain=0.85}
{name="default_grass_footstep", gain=0.85}
table.dig = table.dig or
{name="default_dig_snappy", gain=0.4}
table.place = table.place or