Restore the sound of footsteps on the mud and silt

This commit is contained in:
bri cassa 2021-03-06 18:29:33 +01:00
parent 0cadd5e5b9
commit 1455700431
1 changed files with 2 additions and 6 deletions

View File

@ -198,9 +198,7 @@ minetest.register_node("darkage:mud", {
is_ground_content = true,
groups = {crumbly=3},
drop = 'darkage:mud_lump 4',
sounds = default.node_sound_dirt_defaults({
footstep = "",
}),
sounds = default.node_sound_dirt_defaults()
})
--[[
@ -269,9 +267,7 @@ minetest.register_node("darkage:silt", {
is_ground_content = true,
groups = {crumbly=3},
drop = 'darkage:silt_lump 4',
sounds = default.node_sound_dirt_defaults({
footstep = "",
}),
sounds = default.node_sound_dirt_defaults()
})
--[[