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
cca3259b73
commit
21d160cdc5
3 changed files with 3 additions and 3 deletions
|
@ -339,8 +339,8 @@ sonictechtonic (CC BY 3.0):
|
||||||
https://www.freesound.org/people/sonictechtonic/sounds/241872/
|
https://www.freesound.org/people/sonictechtonic/sounds/241872/
|
||||||
player_damage.ogg
|
player_damage.ogg
|
||||||
|
|
||||||
laurent (Attribution 3.0 Unported)
|
iankath (CC0 1.0)
|
||||||
https://freesound.org/people/laurent/sounds/21109/
|
https://freesound.org/people/iankath/sounds/173991/
|
||||||
default_furnace_active.ogg
|
default_furnace_active.ogg
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.0125})
|
{pos = pos, max_hear_distance = 16, gain = 0.2})
|
||||||
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