ShadowNinja
2013-07-13 187015e0733e5e0bfa5efba215319c7d9d86f072
1
2
3
4
5
6
7
8
local path = technic.modpath.."/machines/other"
 
-- mesecons and tubes related
dofile(path.."/injector.lua")
dofile(path.."/node_breaker.lua")
dofile(path.."/deployer.lua")
dofile(path.."/constructor.lua")
dofile(path.."/frames.lua")