ShadowNinja
2013-10-06 363f0332788e04e2e4bb63af5cd21fac5ae56ae5
1
2
3
4
5
6
7
8
9
10
11
 
technic.register_tier("HV", "High Voltage")
 
local path = technic.modpath.."/machines/HV"
 
dofile(path.."/cables.lua")
dofile(path.."/quarry.lua")
dofile(path.."/forcefield.lua")
dofile(path.."/battery_box.lua")
dofile(path.."/solar_array.lua")
dofile(path.."/nuclear_reactor.lua")