Vanessa Ezekowitz
2014-08-15 772c21cb04f647bcd9a75e06162db9db185e499d
1
2
3
4
5
6
7
8
9
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
dofile(path.."/anchor.lua")