RealBadAngel
2013-07-25 d8ec3f8bbee5c3c489e4c5740fc8c84449eb86c3
commit | author | age
5d470c 1 local path = technic.modpath.."/machines/mv"
S 2
3 dofile(path.."/wires.lua")
4 dofile(path.."/battery_box.lua")
5 dofile(path.."/solar_array.lua")
6 dofile(path.."/electric_furnace.lua")
7 dofile(path.."/alloy_furnace.lua")
d37cf7 8 dofile(path.."/grinder.lua")
5d470c 9
S 10 -- The power radiator supplies appliances with inductive coupled power:
11 -- Lighting and associated textures is taken directly from VanessaE's homedecor and made electric.
12 dofile(path.."/power_radiator.lua")
13 dofile(path.."/lighting.lua")
14