Add new sound

This commit is contained in:
An0n3m0us 2020-01-30 23:27:38 +00:00
parent cca3259b73
commit 21d160cdc5
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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