forked from Mineclonia/Mineclonia
Add wool sound for beds
This commit is contained in:
parent
c623860af8
commit
d4facaf503
|
@ -48,7 +48,9 @@ end
|
||||||
|
|
||||||
local default_sounds
|
local default_sounds
|
||||||
if minetest.get_modpath("mcl_sounds") then
|
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
|
end
|
||||||
|
|
||||||
function mcl_beds.register_bed(name, def)
|
function mcl_beds.register_bed(name, def)
|
||||||
|
|
Loading…
Reference in New Issue