mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-29 22:11:10 +01:00
Increase noteblock hear distance to 48
This commit is contained in:
parent
1b97d4d361
commit
a9b6b29e4f
1 changed files with 1 additions and 1 deletions
|
@ -85,5 +85,5 @@ mesecon.noteblock_play = function (pos, param2)
|
||||||
soundname="mesecons_noteblock_snare"
|
soundname="mesecons_noteblock_snare"
|
||||||
end
|
end
|
||||||
minetest.sound_play(soundname,
|
minetest.sound_play(soundname,
|
||||||
{pos = pos, gain = 1.0, max_hear_distance = 32,})
|
{pos = pos, gain = 1.0, max_hear_distance = 48,})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue