technic/technic/machines/mv/init.lua

15 lines
480 B
Lua
Raw Normal View History

2013-07-11 18:19:09 +02:00
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")
2013-07-19 10:58:38 +02:00
dofile(path.."/grinder.lua")
2013-07-11 18:19:09 +02:00
-- 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")