Parasitoid
2019-06-01 e8f1033d497e6e30c87fb2f11e8206587f2d3e7a
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