Thomas Rudin
2019-03-02 c14521cbd226073f1cf553e0f518863ce7f7e51a
commit | author | age
5d470c 1 local path = technic.modpath.."/machines"
S 2
ee0765 3 dofile(path.."/register/init.lua")
S 4
5 -- Tiers
6 dofile(path.."/LV/init.lua")
7 dofile(path.."/MV/init.lua")
8 dofile(path.."/HV/init.lua")
9
5d470c 10 dofile(path.."/switching_station.lua")
088eea 11 dofile(path.."/power_monitor.lua")
5d470c 12 dofile(path.."/supply_converter.lua")
ee0765 13
5d470c 14 dofile(path.."/other/init.lua")
S 15