diff --git a/mods/default/furnace.lua b/mods/default/furnace.lua index 936913d8..0147239e 100644 --- a/mods/default/furnace.lua +++ b/mods/default/furnace.lua @@ -254,7 +254,7 @@ local function furnace_node_timer(pos, elapsed) if active then infotext = S("Furnace active") -- Play sound while the furnace is active - minetest.sound_play("fire_fire", {pos = pos, max_hear_distance = 16, gain = 0.1}) + minetest.sound_play("default_furnace_active", {pos = pos, max_hear_distance = 16, gain = 0.1}) else infotext = S("Furnace inactive") end diff --git a/mods/default/sounds/default_furnace_active.1.ogg b/mods/default/sounds/default_furnace_active.1.ogg new file mode 100644 index 00000000..cbfee4c6 Binary files /dev/null and b/mods/default/sounds/default_furnace_active.1.ogg differ diff --git a/mods/default/sounds/default_furnace_active.2.ogg b/mods/default/sounds/default_furnace_active.2.ogg new file mode 100644 index 00000000..e8d0eb13 Binary files /dev/null and b/mods/default/sounds/default_furnace_active.2.ogg differ diff --git a/mods/default/sounds/default_furnace_active.3.ogg b/mods/default/sounds/default_furnace_active.3.ogg new file mode 100644 index 00000000..5cad3d9b Binary files /dev/null and b/mods/default/sounds/default_furnace_active.3.ogg differ