mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 05:01:41 -04:00
"Just a matter of taste"
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
This commit is contained in:
parent
98d6bbe897
commit
bce1d818c2
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ local function furnace_node_timer(pos, elapsed)
|
|||
elapsed = elapsed - el
|
||||
end
|
||||
|
||||
if items_smelt ~= 0 then
|
||||
if items_smelt > 0 then
|
||||
-- Play cooling sound
|
||||
minetest.sound_play("default_cool_lava",
|
||||
{ pos = pos, max_hear_distance = 16, gain = 0.07 * math.min(items_smelt, 7) }, true)
|
||||
|
|
Loading…
Add table
Reference in a new issue