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",
|
||||
nodenames = {ore},
|
||||
neighbours = {"group:lava"},
|
||||
interval = 20,
|
||||
chance = 20,
|
||||
interval = 60,
|
||||
chance = 30,
|
||||
action = function(pos,node)
|
||||
local vdirs = {}
|
||||
for _,off in pairs(growdirs) do
|
||||
|
|
Loading…
Reference in New Issue