diff --git a/homedecor/misc-nodes.lua b/homedecor/misc-nodes.lua index 146c639e..8ba8c093 100644 --- a/homedecor/misc-nodes.lua +++ b/homedecor/misc-nodes.lua @@ -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 })