ShadowNinja
2013-07-13 187015e0733e5e0bfa5efba215319c7d9d86f072
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")
8
9 -- The power radiator supplies appliances with inductive coupled power:
10 -- Lighting and associated textures is taken directly from VanessaE's homedecor and made electric.
11 dofile(path.."/power_radiator.lua")
12 dofile(path.."/lighting.lua")
13