forked from mtcontrib/plantlife_modpack
...and make it local.
This commit is contained in:
parent
591a917e21
commit
753cb01234
|
@ -182,7 +182,7 @@ function plantslib:search_for_surfaces(minp, maxp, biomedef, node_or_function_or
|
|||
minetest.remove_node(pos)
|
||||
end
|
||||
|
||||
objtype = type(node_or_function_or_model)
|
||||
local objtype = type(node_or_function_or_model)
|
||||
|
||||
if objtype == "table" then
|
||||
plantslib:generate_tree(pos, node_or_function_or_model)
|
||||
|
|
Loading…
Reference in New Issue
Block a user