digtron/init.lua

9 lines
252 B
Lua
Raw Normal View History

digtron = {}
digtron.doc = {}
local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/functions.lua")
dofile(modpath.."/controller.lua")
dofile(modpath.."/nodes/node_misc.lua")
dofile(modpath.."/nodes/node_storage.lua")