Add wool sound for beds

This commit is contained in:
Wuzzy 2019-06-14 23:03:12 +02:00
parent c623860af8
commit d4facaf503
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ end
local default_sounds
if minetest.get_modpath("mcl_sounds") then
default_sounds = mcl_sounds.node_sound_wood_defaults()
default_sounds = mcl_sounds.node_sound_wood_defaults({
footstep = { gain = 0.5, name = "mcl_sounds_cloth" },
})
end
function mcl_beds.register_bed(name, def)