Use louder footstep sound as dug_node
This commit is contained in:
parent
486509876a
commit
179f4c3f91
3 changed files with 13 additions and 3 deletions
|
@ -23,6 +23,7 @@ minetest.register_node("bones:bones", {
|
|||
groups = {dig_immediate=2},
|
||||
sounds = default.node_sound_dirt_defaults({
|
||||
footstep = {name="default_gravel_footstep", gain=0.5},
|
||||
dug = {name="default_gravel_footstep", gain=1.0},
|
||||
}),
|
||||
|
||||
can_dig = function(pos, player)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue