forked from thunderdog1138/star_wars
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:
parent
8f1f3760f0
commit
7ffd176f48
|
@ -136,7 +136,7 @@ if minetest.settings:get_bool("enable_lavacooling") ~= false then
|
||||||
label = "Lava cooling",
|
label = "Lava cooling",
|
||||||
nodenames = {"default:lava_source", "default:lava_flowing"},
|
nodenames = {"default:lava_source", "default:lava_flowing"},
|
||||||
neighbors = {"group:cools_lava", "group:water"},
|
neighbors = {"group:cools_lava", "group:water"},
|
||||||
interval = 1,
|
interval = 2,
|
||||||
chance = 2,
|
chance = 2,
|
||||||
catch_up = false,
|
catch_up = false,
|
||||||
action = function(...)
|
action = function(...)
|
||||||
|
|
Loading…
Reference in New Issue