abm timings
This commit is contained in:
parent
467de998b4
commit
faedae603d
@ -214,8 +214,8 @@ end
|
||||
minetest.register_abm({
|
||||
label = "Ethereal grow sapling",
|
||||
nodenames = {"group:ethereal_sapling"},
|
||||
interval = 1,--10,
|
||||
chance = 1,--50,
|
||||
interval = 10,
|
||||
chance = 50,
|
||||
catch_up = false,
|
||||
action = function(pos, node)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user