fix positioning of homedecor doorbell sound

This commit is contained in:
Vanessa Ezekowitz 2014-08-23 16:22:07 -04:00
parent b733c4c5b3
commit 5405b71a05
1 changed files with 1 additions and 0 deletions

View File

@ -1117,6 +1117,7 @@ minetest.register_node("homedecor:doorbell", {
},
on_punch = function(pos, node, puncher, pointed_thing)
minetest.sound_play("homedecor_doorbell", {
pos = pos,
gain = 1.0,
max_hear_distance = 15
})