4 lines
116 B
Lua
Raw Normal View History

2021-03-22 12:23:11 -04:00
local modpath = minetest.get_modpath("fl_trees")
2021-03-26 16:29:27 -04:00
dofile(modpath .. "/nodes.lua")
dofile(modpath .. "/saplings.lua")