crystal growing speed buff
This commit is contained in:
parent
57f9085edf
commit
c95759525c
|
@ -74,8 +74,8 @@ nodecore.register_limited_abm({
|
||||||
label = "Lode Crystal growing",
|
label = "Lode Crystal growing",
|
||||||
nodenames = {ore},
|
nodenames = {ore},
|
||||||
neighbours = {"group:lava"},
|
neighbours = {"group:lava"},
|
||||||
interval = 20,
|
interval = 60,
|
||||||
chance = 20,
|
chance = 30,
|
||||||
action = function(pos,node)
|
action = function(pos,node)
|
||||||
local vdirs = {}
|
local vdirs = {}
|
||||||
for _,off in pairs(growdirs) do
|
for _,off in pairs(growdirs) do
|
||||||
|
|
Loading…
Reference in New Issue