2021-03-26 16:29:27 -04:00

4 lines
116 B
Lua

local modpath = minetest.get_modpath("fl_trees")
dofile(modpath .. "/nodes.lua")
dofile(modpath .. "/saplings.lua")