Jonathan Raphael Joachim Kolberg
2013-07-19 d37cf7d5365837b8e26af2c5fa6abe0d712c6716
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")