mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-20 08:40:29 +02:00
Add abstract_bushes namespace
This commit is contained in:
@ -273,6 +273,11 @@ local function grow_youngtree2(pos)
|
||||
grow_youngtree_node2(pos,height)
|
||||
end
|
||||
|
||||
-- NALC purposes
|
||||
abstract_bushes = {}
|
||||
abstract_bushes.grow_youngtree2 = grow_youngtree2
|
||||
--
|
||||
|
||||
minetest.register_decoration({
|
||||
name = "bushes:youngtree",
|
||||
decoration = {
|
||||
|
Reference in New Issue
Block a user