Vanessa Ezekowitz
2014-08-15 772c21cb04f647bcd9a75e06162db9db185e499d
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