mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Merge branch 'master' of git://github.com/celeron55/minetest_game
This commit is contained in:
commit
f4333f49f8
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ end
|
||||||
function default.node_sound_glass_defaults(table)
|
function default.node_sound_glass_defaults(table)
|
||||||
table = table or {}
|
table = table or {}
|
||||||
table.footstep = table.footstep or
|
table.footstep = table.footstep or
|
||||||
{name="default_stone_footstep", gain=0.25}
|
{name="default_hard_footstep", gain=0.25}
|
||||||
table.dug = table.dug or
|
table.dug = table.dug or
|
||||||
{name="default_break_glass", gain=1.0}
|
{name="default_break_glass", gain=1.0}
|
||||||
default.node_sound_defaults(table)
|
default.node_sound_defaults(table)
|
||||||
|
|
Loading…
Add table
Reference in a new issue