mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 21:02:31 +02:00
Increase noteblock hear distance to 48
This commit is contained in:
@ -85,5 +85,5 @@ mesecon.noteblock_play = function (pos, param2)
|
||||
soundname="mesecons_noteblock_snare"
|
||||
end
|
||||
minetest.sound_play(soundname,
|
||||
{pos = pos, gain = 1.0, max_hear_distance = 32,})
|
||||
{pos = pos, gain = 1.0, max_hear_distance = 48,})
|
||||
end
|
||||
|
Reference in New Issue
Block a user