trees_lib/init.lua
2015-10-18 04:26:24 +02:00

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")