Vanessa Ezekowitz
2015-01-17 d6b0deb989e649e2800932d4a587c3ba9e3e24c7
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")
S 11 dofile(path.."/supply_converter.lua")
ee0765 12
5d470c 13 dofile(path.."/other/init.lua")
S 14