Add new sound

This commit is contained in:
An0n3m0us 2020-02-01 18:52:52 +00:00
parent 21d160cdc5
commit cd8c94440f
2 changed files with 1 additions and 1 deletions

View file

@ -156,7 +156,7 @@ local function furnace_node_timer(pos, elapsed)
end
-- Play cooling sound
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
-- Item could not be cooked: probably missing fuel
update = true