doorbell max hear distance = 15

This commit is contained in:
Vanessa Ezekowitz 2014-08-15 08:04:03 -04:00
parent f150d8146a
commit 43db10c8b3
1 changed files with 1 additions and 1 deletions

View File

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