mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Copy fire sounds for use as furnace sounds
This commit is contained in:
parent
69c9b0acb6
commit
41f27d2c07
4 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ local function furnace_node_timer(pos, elapsed)
|
||||||
if active then
|
if active then
|
||||||
infotext = S("Furnace active")
|
infotext = S("Furnace active")
|
||||||
-- Play sound while the furnace is 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
|
else
|
||||||
infotext = S("Furnace inactive")
|
infotext = S("Furnace inactive")
|
||||||
end
|
end
|
||||||
|
|
BIN
mods/default/sounds/default_furnace_active.1.ogg
Normal file
BIN
mods/default/sounds/default_furnace_active.1.ogg
Normal file
Binary file not shown.
BIN
mods/default/sounds/default_furnace_active.2.ogg
Normal file
BIN
mods/default/sounds/default_furnace_active.2.ogg
Normal file
Binary file not shown.
BIN
mods/default/sounds/default_furnace_active.3.ogg
Normal file
BIN
mods/default/sounds/default_furnace_active.3.ogg
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue