From 12d0c6522bbca906910aae0321cbaa7eb48db8c2 Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Wed, 30 Jul 2014 21:28:30 +0200
Subject: [PATCH] Correct breakability of sandstone CNC nodes

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

diff --git a/technic/legacy.lua b/technic/legacy.lua
index f1ecf67..c835937 100644
--- a/technic/legacy.lua
+++ b/technic/legacy.lua
@@ -19,6 +19,8 @@
 	["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",

--
Gitblit v1.8.0