crystal growing speed buff

This commit is contained in:
Kimapr 2019-12-21 19:15:14 +05:00
parent 57f9085edf
commit c95759525c
1 changed files with 2 additions and 2 deletions

View File

@ -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