diff --git a/mods/default/README.txt b/mods/default/README.txt index af722d1b..cc91d1af 100644 --- a/mods/default/README.txt +++ b/mods/default/README.txt @@ -339,9 +339,9 @@ sonictechtonic (CC BY 3.0): https://www.freesound.org/people/sonictechtonic/sounds/241872/ player_damage.ogg -Dynamicell (CC BY 3.0) -http://www.freesound.org/people/Dynamicell/sounds/17548/ - default_furnace_active.*.ogg +laurent (Attribution 3.0 Unported) +https://freesound.org/people/laurent/sounds/21109/ + default_furnace_active.ogg Models diff --git a/mods/default/furnace.lua b/mods/default/furnace.lua index 91b877ac..a7967e24 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.025}) + {pos = pos, max_hear_distance = 16, gain = 0.0125}) else -- Item could not be cooked: probably missing fuel update = true @@ -242,7 +242,7 @@ local function furnace_node_timer(pos, elapsed) result = true -- Play sound while the furnace is active minetest.sound_play("default_furnace_active", - {pos = pos, max_hear_distance = 16, gain = 0.05}) + {pos = pos, max_hear_distance = 16, gain = 1}) else if fuellist and not fuellist[1]:is_empty() then fuel_state = S("@1%", 0) diff --git a/mods/default/sounds/default_furnace_active.1.ogg b/mods/default/sounds/default_furnace_active.1.ogg deleted file mode 100644 index cbfee4c6..00000000 Binary files a/mods/default/sounds/default_furnace_active.1.ogg and /dev/null differ diff --git a/mods/default/sounds/default_furnace_active.2.ogg b/mods/default/sounds/default_furnace_active.2.ogg deleted file mode 100644 index e8d0eb13..00000000 Binary files a/mods/default/sounds/default_furnace_active.2.ogg and /dev/null differ diff --git a/mods/default/sounds/default_furnace_active.3.ogg b/mods/default/sounds/default_furnace_active.3.ogg deleted file mode 100644 index 5cad3d9b..00000000 Binary files a/mods/default/sounds/default_furnace_active.3.ogg and /dev/null differ diff --git a/mods/default/sounds/default_furnace_active.ogg b/mods/default/sounds/default_furnace_active.ogg new file mode 100644 index 00000000..7a22897c Binary files /dev/null and b/mods/default/sounds/default_furnace_active.ogg differ