mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-11 17:10:18 +01:00
doorbell max hear distance = 15
This commit is contained in:
parent
f150d8146a
commit
43db10c8b3
@ -1150,7 +1150,7 @@ minetest.register_node("homedecor:doorbell", {
|
|||||||
on_punch = function(pos, node, puncher, pointed_thing)
|
on_punch = function(pos, node, puncher, pointed_thing)
|
||||||
minetest.sound_play("homedecor_doorbell", {
|
minetest.sound_play("homedecor_doorbell", {
|
||||||
gain = 1.0,
|
gain = 1.0,
|
||||||
max_hear_distance = 32
|
max_hear_distance = 15
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user