Bring back old cracky sounds

This commit is contained in:
cx384 2024-08-31 10:36:40 +02:00
parent 4e402ec39f
commit 21f1ded09e
9 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,7 @@ function default.node_sound_stone_defaults(tbl)
tbl.footstep = tbl.footstep or
{name = "default_hard_footstep", gain = 0.2}
tbl.dug = tbl.dug or
{name = "default_hard_footstep", gain = 1.0}
{name = "default_dug_cracky", gain = 1.0}
default.node_sound_defaults(tbl)
return tbl
end