Sires
2018-03-15 707fa5a97c0d56e18f16d56f7130ff6220a090a1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
technic.register_tier("HV", "High Voltage")
 
local path = technic.modpath.."/machines/HV"
 
-- Wiring stuff
dofile(path.."/cables.lua")
dofile(path.."/battery_box.lua")
 
-- Generators
dofile(path.."/solar_array.lua")
dofile(path.."/nuclear_reactor.lua")
dofile(path.."/generator.lua")
 
-- Machines
dofile(path.."/quarry.lua")
dofile(path.."/forcefield.lua")