diff --git a/mods/default/furnace.lua b/mods/default/furnace.lua index 9179e15a..8ef016be 100644 --- a/mods/default/furnace.lua +++ b/mods/default/furnace.lua @@ -156,7 +156,7 @@ local function furnace_node_timer(pos, elapsed) end -- Play cooling sound minetest.sound_play("default_cool_lava", - {pos = pos, max_hear_distance = 16, gain = 0.2}) + {pos = pos, max_hear_distance = 16, gain = 0.1}) else -- Item could not be cooked: probably missing fuel update = true diff --git a/mods/default/sounds/default_furnace_active.ogg b/mods/default/sounds/default_furnace_active.ogg index 1e54a5a1..40acd3b2 100644 Binary files a/mods/default/sounds/default_furnace_active.ogg and b/mods/default/sounds/default_furnace_active.ogg differ