Kevin Zheng
2013-11-28 7cfb3874a381d5923611242b4cf7756d86049def
1
2
3
4
5
6
7
8
local path = technic.modpath.."/machines/other"
 
-- mesecons and tubes related
dofile(path.."/injector.lua")
dofile(path.."/constructor.lua")
if minetest.get_modpath("mesecons_mvps") ~= nil then
    dofile(path.."/frames.lua")
end