From ee0765804c0a21deeb2f33c22ac1a36cb0db5f43 Mon Sep 17 00:00:00 2001
From: ShadowNinja <noreply@gmail.com>
Date: Tue, 17 Sep 2013 22:37:56 +0200
Subject: [PATCH] Partial rewrite

---
 technic/machines/MV/init.lua |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/technic/machines/mv/init.lua b/technic/machines/MV/init.lua
similarity index 68%
rename from technic/machines/mv/init.lua
rename to technic/machines/MV/init.lua
index d4328ce..fbd561f 100644
--- a/technic/machines/mv/init.lua
+++ b/technic/machines/MV/init.lua
@@ -1,11 +1,16 @@
-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")
+technic.register_tier("MV", "Medium Voltage")
+
+local path = technic.modpath.."/machines/MV"
+
 dofile(path.."/alloy_furnace.lua")
+dofile(path.."/battery_box.lua")
+dofile(path.."/cables.lua")
+dofile(path.."/electric_furnace.lua")
 dofile(path.."/grinder.lua")
+dofile(path.."/solar_array.lua")
+dofile(path.."/tool_workshop.lua")
+dofile(path.."/wind_mill.lua")
 
 -- The power radiator supplies appliances with inductive coupled power:
 -- Lighting and associated textures is taken directly from VanessaE's homedecor and made electric.

--
Gitblit v1.8.0