1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00

Use louder footstep sound as dug_node

This commit is contained in:
PilzAdam
2013-06-13 14:30:33 +00:00
parent 486509876a
commit 179f4c3f91
3 changed files with 13 additions and 3 deletions

View File

@ -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)