Skip to content

Commit

Permalink
Lava cooling: Increase interval to 2
Browse files Browse the repository at this point in the history
An excessive load has been reported caused by the node searching, so even
when no lava is present.
  • Loading branch information
paramat committed Aug 1, 2017
1 parent 8f1f376 commit 7ffd176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/functions.lua
Expand Up @@ -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(...)
Expand Down

0 comments on commit 7ffd176

Please sign in to comment.