forked from VoxeLibre/VoxeLibre
Change leaves dug sound
This commit is contained in:
parent
8ac3349a3e
commit
2d42a1d31b
|
@ -102,7 +102,7 @@ function mcl_sounds.node_sound_leaves_defaults(table)
|
||||||
table.footstep = table.footstep or
|
table.footstep = table.footstep or
|
||||||
{name="default_grass_footstep", gain=0.35}
|
{name="default_grass_footstep", gain=0.35}
|
||||||
table.dug = table.dug or
|
table.dug = table.dug or
|
||||||
{name="default_dig_snappy", gain=0.85}
|
{name="default_grass_footstep", gain=0.85}
|
||||||
table.dig = table.dig or
|
table.dig = table.dig or
|
||||||
{name="default_dig_snappy", gain=0.4}
|
{name="default_dig_snappy", gain=0.4}
|
||||||
table.place = table.place or
|
table.place = table.place or
|
||||||
|
|
Loading…
Reference in New Issue