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