forked from mtcontrib/plantlife_modpack
Add abstract_bushes namespace
This commit is contained in:
parent
6d096beca8
commit
7aa9cef785
@ -273,6 +273,11 @@ local function grow_youngtree2(pos)
|
|||||||
grow_youngtree_node2(pos,height)
|
grow_youngtree_node2(pos,height)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- NALC purposes
|
||||||
|
abstract_bushes = {}
|
||||||
|
abstract_bushes.grow_youngtree2 = grow_youngtree2
|
||||||
|
--
|
||||||
|
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
name = "bushes:youngtree",
|
name = "bushes:youngtree",
|
||||||
decoration = {
|
decoration = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user