mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
Add the place field to default sound table
This commit is contained in:
parent
6687b5504d
commit
e7f5400fde
1 changed files with 2 additions and 0 deletions
|
@ -631,6 +631,8 @@ function default.node_sound_defaults(table)
|
||||||
{name="", gain=1.0}
|
{name="", gain=1.0}
|
||||||
table.dug = table.dug or
|
table.dug = table.dug or
|
||||||
{name="default_dug_node", gain=1.0}
|
{name="default_dug_node", gain=1.0}
|
||||||
|
table.place = table.place or
|
||||||
|
{name="default_place_node", gain=0.5}
|
||||||
return table
|
return table
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue