1
0
mirror of https://codeberg.org/tenplus1/ambience.git synced 2024-09-27 15:20:21 +02:00

Fixed fire ambience

This commit is contained in:
tenplus1 2015-02-25 21:24:50 +00:00
parent 7cff05b8b8
commit 6b5283e8fc

View File

@ -125,7 +125,7 @@ local get_ambience = function(player)
if node == "default:water_source" then num_water_source = num_water_source + 1 end
if node == "default:desert_sand" or node == "default:desert_stone" then num_desert = num_desert + 1 end
-- break check if total reached for specific sound (stops lag in desert areas)
if num_fire > 8 or num_lava > 5 or num_water_flowing > 45 or num_water_source > 100 or num_desert > 150 then break end
if num_fire > 0 or num_lava > 5 or num_water_flowing > 45 or num_water_source > 100 or num_desert > 150 then break end
end
-- is fire redo mod active?