7 lines
170 B
Lua
7 lines
170 B
Lua
local path = technic.modpath.."/machines/other"
|
|
|
|
-- mesecons and tubes related
|
|
dofile(path.."/injector.lua")
|
|
dofile(path.."/constructor.lua")
|
|
dofile(path.."/frames.lua")
|