From dab488531aabe5918fcd965299c71b8e239c5ace Mon Sep 17 00:00:00 2001 From: cheapie Date: Thu, 11 Apr 2024 23:18:39 -0500 Subject: Reduce drive buzz volume This allows for better balancing of sound volumes when the drive and motor are in close proximity. --- drive_entity.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive_entity.lua b/drive_entity.lua index 66d257e..62f0eda 100644 --- a/drive_entity.lua +++ b/drive_entity.lua @@ -33,7 +33,7 @@ local function playbuzz(pos) celevator.drives.entity.buzzsoundhandles[hash] = minetest.sound_play("celevator_drive_run",{ pos = pos, loop = true, - gain = 0.4, + gain = 0.2, }) end -- cgit v1.2.3