2021-04-02 06:11:27 +00:00

6 lines
163 B
Lua
Executable File

tac_nayn = {}
local modpath = minetest.get_modpath("tac_nayn")
dofile(modpath.."/generator.lua")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/crafts.lua")