mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-15 10:46:45 -04:00
Tweak sand gain values
This commit is contained in:
parent
d3493226ab
commit
f6d0890152
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ end
|
||||||
function default.node_sound_sand_defaults(table)
|
function default.node_sound_sand_defaults(table)
|
||||||
table = table or {}
|
table = table or {}
|
||||||
table.footstep = table.footstep or
|
table.footstep = table.footstep or
|
||||||
{name = "default_sand_footstep", gain = 0.2}
|
{name = "default_sand_footstep", gain = 0.05}
|
||||||
table.dug = table.dug or
|
table.dug = table.dug or
|
||||||
{name = "default_sand_footstep", gain = 0.5}
|
{name = "default_sand_footstep", gain = 0.15}
|
||||||
table.place = table.place or
|
table.place = table.place or
|
||||||
{name = "default_place_node", gain = 1.0}
|
{name = "default_place_node", gain = 1.0}
|
||||||
default.node_sound_defaults(table)
|
default.node_sound_defaults(table)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue