forked from VoxeLibre/VoxeLibre
Grow giant jungle tree from jungle sapling
This commit is contained in:
parent
e7297a5b1d
commit
5d9c9aa29b
|
@ -459,7 +459,7 @@ minetest.register_abm({
|
||||||
stage = stage + 1
|
stage = stage + 1
|
||||||
if stage == 2 then
|
if stage == 2 then
|
||||||
minetest.set_node(pos, {name="air"})
|
minetest.set_node(pos, {name="air"})
|
||||||
mcl_core.generate_tree(pos, "mcl_core:jungletree", "mcl_core:jungleleaves", 1)
|
mcl_core.generate_tree(pos, "mcl_core:jungletree", "mcl_core:jungleleaves", 2)
|
||||||
else
|
else
|
||||||
meta:set_int("stage", stage)
|
meta:set_int("stage", stage)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue