Parasitoid
2019-06-01 e8f1033d497e6e30c87fb2f11e8206587f2d3e7a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.."/power_monitor.lua")
dofile(path.."/supply_converter.lua")
 
dofile(path.."/other/init.lua")