From 9444eff7f7853b0e4385adbd117cd6bace8dcb8f Mon Sep 17 00:00:00 2001
From: est31 <MTest31@outlook.com>
Date: Mon, 02 Feb 2015 05:29:44 +0100
Subject: [PATCH] Make switching station only react to nodes from below

---
 technic/legacy.lua |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/technic/legacy.lua b/technic/legacy.lua
index e6f7eb3..8360a71 100644
--- a/technic/legacy.lua
+++ b/technic/legacy.lua
@@ -17,11 +17,19 @@
 	["technic:electric_furnace_active"] = "technic:lv_electric_furnace_active",
 	["technic:grinder"]        = "technic:lv_grinder",
 	["technic:grinder_active"] = "technic:lv_grinder_active",
+	["technic:extractor"]        = "technic:lv_extractor",
+	["technic:extractor_active"] = "technic:lv_extractor_active",
+	["technic:compressor"]        = "technic:lv_compressor",
+	["technic:compressor_active"] = "technic:lv_compressor_active",
 	["technic:hv_battery_box"] = "technic:hv_battery_box0",
 	["technic:hv_cable"] = "technic:hv_cable0",
 	["technic:lv_cable"] = "technic:lv_cable0",
 	["technic:mv_cable"] = "technic:mv_cable0",
 	["technic:mv_battery_box"] = "technic:mv_battery_box0",
+	["technic:generator"]        = "technic:lv_generator",
+	["technic:generator_active"] = "technic:lv_generator_active",
+	["technic:iron_dust"] = "technic:wrought_iron_dust",
+	["technic:enriched_uranium"] = "technic:uranium35_ingot",
 }
 
 for old, new in pairs(technic.legacy_nodenames) do

--
Gitblit v1.8.0