ShadowNinja
2013-10-06 363f0332788e04e2e4bb63af5cd21fac5ae56ae5
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")
12