Lava cooling: Increase interval to 2

An excessive load has been reported caused by the node searching, so even
when no lava is present.
This commit is contained in:
paramat 2017-07-27 01:16:17 +01:00 committed by sfan5
parent 6fa3ebfa75
commit ea45ca57a5
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ if minetest.settings:get_bool("enable_lavacooling") ~= false then
label = "Lava cooling",
nodenames = {"default:lava_source", "default:lava_flowing"},
neighbors = {"group:cools_lava", "group:water"},
interval = 1,
interval = 2,
chance = 2,
catch_up = false,
action = function(...)