forked from VoxeLibre/VoxeLibre
Restore MCL changes to grass / leaves sounds
This commit is contained in:
parent
8522b87444
commit
605e4de455
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue