diff --git a/mods/default/README.txt b/mods/default/README.txt index cc91d1af..a2a3292e 100644 --- a/mods/default/README.txt +++ b/mods/default/README.txt @@ -339,8 +339,8 @@ sonictechtonic (CC BY 3.0): https://www.freesound.org/people/sonictechtonic/sounds/241872/ player_damage.ogg -laurent (Attribution 3.0 Unported) -https://freesound.org/people/laurent/sounds/21109/ +iankath (CC0 1.0) +https://freesound.org/people/iankath/sounds/173991/ default_furnace_active.ogg diff --git a/mods/default/furnace.lua b/mods/default/furnace.lua index a7967e24..9179e15a 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.0125}) + {pos = pos, max_hear_distance = 16, gain = 0.2}) 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 7a22897c..1e54a5a1 100644 Binary files a/mods/default/sounds/default_furnace_active.ogg and b/mods/default/sounds/default_furnace_active.ogg differ