mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 14:53:16 -04:00
Add new sound
This commit is contained in:
parent
21d160cdc5
commit
cd8c94440f
2 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ local function furnace_node_timer(pos, elapsed)
|
||||||
end
|
end
|
||||||
-- Play cooling sound
|
-- Play cooling sound
|
||||||
minetest.sound_play("default_cool_lava",
|
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
|
else
|
||||||
-- Item could not be cooked: probably missing fuel
|
-- Item could not be cooked: probably missing fuel
|
||||||
update = true
|
update = true
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue