coil
2019-12-30 da95be53ec5703e808233d7b45fc42fb500863dd
commit | author | age
5d470c 1
ee0765 2 technic.register_tier("LV", "Low Voltage")
S 3
4 local path = technic.modpath.."/machines/LV"
5
d55ecc 6 -- Wiring stuff
ee0765 7 dofile(path.."/cables.lua")
5d470c 8 dofile(path.."/battery_box.lua")
d55ecc 9
N 10 -- Generators
5d470c 11 dofile(path.."/solar_panel.lua")
S 12 dofile(path.."/solar_array.lua")
13 dofile(path.."/geothermal.lua")
14 dofile(path.."/water_mill.lua")
15 dofile(path.."/generator.lua")
d55ecc 16
N 17 -- Machines
18 dofile(path.."/alloy_furnace.lua")
5d470c 19 dofile(path.."/electric_furnace.lua")
S 20 dofile(path.."/grinder.lua")
d55ecc 21 dofile(path.."/extractor.lua")
N 22 dofile(path.."/compressor.lua")
23
24 dofile(path.."/music_player.lua")