mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-05 06:00:43 -04:00
Merge 21f1ded09e
into 8fbfc14c3f
This commit is contained in:
commit
ebdf3f3b38
9 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue