Skip to content
Snippets Groups Projects
Commit 7ffd176f authored by paramat's avatar paramat Committed by paramat
Browse files

Lava cooling: Increase interval to 2

An excessive load has been reported caused by the node searching, so even
when no lava is present.
parent 8f1f3760
No related branches found
No related tags found
No related merge requests found
......@@ -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(...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment