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", 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