Zefram
2014-07-25 d59055dd2b1a03449ff11318a2f210d37dd7e76a
commit | author | age
ee0765 1
S 2 technic.register_tier("HV", "High Voltage")
3
4 local path = technic.modpath.."/machines/HV"
5
d55ecc 6 -- Wiring stuff
ee0765 7 dofile(path.."/cables.lua")
S 8 dofile(path.."/battery_box.lua")
d55ecc 9
N 10 -- Generators
ee0765 11 dofile(path.."/solar_array.lua")
S 12 dofile(path.."/nuclear_reactor.lua")
704925 13 dofile(path.."/generator.lua")
ee0765 14
d55ecc 15 -- Machines
N 16 dofile(path.."/quarry.lua")
17 dofile(path.."/forcefield.lua")
18