technic/technic/machines/other/init.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")