mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-11 09:00: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)
|
||||
minetest.sound_play("homedecor_doorbell", {
|
||||
gain = 1.0,
|
||||
max_hear_distance = 32
|
||||
max_hear_distance = 15
|
||||
})
|
||||
end
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user