From d3377dd3a3918080215c75d780636e90b4239230 Mon Sep 17 00:00:00 2001 From: cheapie Date: Fri, 9 Aug 2024 20:58:24 -0500 Subject: Replace motor sounds with some I actually have a license to ship These ones happen to be a bit more representative of a modern geared traction elevator anyway (AC instead of DC). Drive buzz sound has been turned down accordingly. --- drive_entity.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drive_entity.lua') diff --git a/drive_entity.lua b/drive_entity.lua index a9792d8..f26bf11 100644 --- a/drive_entity.lua +++ b/drive_entity.lua @@ -35,7 +35,7 @@ local function playbuzz(pos) celevator.drives.entity.buzzsoundhandles[hash] = minetest.sound_play("celevator_drive_run",{ pos = pos, loop = true, - gain = 0.2, + gain = 0.1, }) end -- cgit v1.2.3