Zefram
2014-05-18 623fcae4a4ad3ec12cc242b29b0d781357cff3f7
commit | author | age
ee0765 1
S 2 technic.register_tier("HV", "High Voltage")
3
4 local path = technic.modpath.."/machines/HV"
5
6 dofile(path.."/cables.lua")
7 dofile(path.."/quarry.lua")
8 dofile(path.."/forcefield.lua")
9 dofile(path.."/battery_box.lua")
10 dofile(path.."/solar_array.lua")
11 dofile(path.."/nuclear_reactor.lua")
704925 12 dofile(path.."/generator.lua")
ee0765 13