mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-13 05:20:18 +01:00
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
6fa3ebfa75
commit
ea45ca57a5
|
@ -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(...)
|
||||
|
|
Loading…
Reference in New Issue
Block a user