This commit is contained in:
cx384 2025-07-01 12:49:28 -04:00 committed by GitHub
commit ebdf3f3b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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