Vanessa Ezekowitz 888b0ebfec "explode" all modpacks into their individual components
(you can't have a modpack buried inside a modpack)
2016-04-01 21:10:04 -04:00

15 lines
287 B
Lua

local path = technic.modpath.."/machines"
dofile(path.."/register/init.lua")
-- Tiers
dofile(path.."/LV/init.lua")
dofile(path.."/MV/init.lua")
dofile(path.."/HV/init.lua")
dofile(path.."/switching_station.lua")
dofile(path.."/supply_converter.lua")
dofile(path.."/other/init.lua")