est31
2015-06-18 a793747d92d9b1d93153c7fb4e0c82fe90624c78
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