1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 01:30:38 +01:00

Give back gravel its sound of dirt (carbone).

Rather than the sound of crushed shells (mt_game).
This commit is contained in:
Le_Docteur 2015-06-15 20:11:39 +02:00
parent 7f216c621d
commit 87dc6f1ff4

View File

@ -400,10 +400,7 @@ minetest.register_node("default:gravel", {
{items = {"default:gravel"}},
},
},
sounds = default.node_sound_dirt_defaults({
footstep = {name="default_gravel_footstep", gain=0.5},
dug = {name="default_gravel_footstep", gain=1.0},
}),
sounds = default.node_sound_gravel_defaults(),
})