Compare commits

...

1 Commits

Author SHA1 Message Date
Kimapr 88a7dbdaa4 fix tree growth 2020-01-19 20:25:42 +05:00
1 changed files with 1 additions and 2 deletions

View File

@ -118,8 +118,7 @@ local function island(pos,r,call)
local n = math.random(1,#grasses)
local v = table.remove(grasses,n)
minetest.set_node(v,{name=tree})
local meta = minetest.get_meta(v)
meta:set_float("growth",5000)
nodecore.soaking_abm_push(v, "eggcorn",100000)
end
end
if call then