Restore MCL changes to grass / leaves sounds

This commit is contained in:
Gregor Parzefall 2022-12-20 21:12:56 +01:00
parent 8522b87444
commit 605e4de455
1 changed files with 2 additions and 2 deletions

View File

@ -140,9 +140,9 @@ end
function mcl_sounds.node_sound_leaves_defaults(table)
table = table or {}
table.footstep = table.footstep or
{name="default_grass_footstep", gain=0.45}
{name="default_grass_footstep", gain=0.1325}
table.dug = table.dug or
{name="default_grass_footstep", gain=0.7}
{name="default_grass_footstep", gain=0.425}
table.dig = table.dig or
{name="default_dig_snappy", gain=0.4}
table.place = table.place or