ShadowNinja
2013-07-17 ee0765804c0a21deeb2f33c22ac1a36cb0db5f43
commit | author | age
5d470c 1
ee0765 2 technic.register_tier("LV", "Low Voltage")
S 3
4 local path = technic.modpath.."/machines/LV"
5
6 dofile(path.."/cables.lua")
5d470c 7 dofile(path.."/battery_box.lua")
S 8 dofile(path.."/alloy_furnace.lua")
ee0765 9 dofile(path.."/coal_alloy_furnace.lua")
5d470c 10 dofile(path.."/solar_panel.lua")
S 11 dofile(path.."/solar_array.lua")
12 dofile(path.."/geothermal.lua")
13 dofile(path.."/water_mill.lua")
14 dofile(path.."/generator.lua")
15 dofile(path.."/electric_furnace.lua")
16 dofile(path.."/music_player.lua")
17 dofile(path.."/grinder.lua")
18 dofile(path.."/cnc.lua")
19 dofile(path.."/cnc_api.lua")
20 dofile(path.."/cnc_nodes.lua")
21 dofile(path.."/extractor.lua")
410afa 22 dofile(path.."/compressor.lua")
ee0765 23