Skip to content

Commit

Permalink
"Just a matter of taste"
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Müller <[email protected]>
  • Loading branch information
Emojigit and appgurueu authored Jul 26, 2024
1 parent 98d6bbe commit bce1d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/furnace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bce1d81

Please sign in to comment.