6 lines
205 B
Lua
6 lines
205 B
Lua
|
|
-- the actual lib
|
|
dofile( minetest.get_modpath("trees_lib").."/trees_lib.lua")
|
|
-- as the name says: an example tree; just for documentation
|
|
dofile( minetest.get_modpath("trees_lib").."/example_tree.lua")
|