From 68ea0acbd0cb6dc61b849efab4d6207bdf515853 Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Wed, 09 Jul 2014 09:17:43 +0200
Subject: [PATCH] Consistently use cable in electric machine recipes

---
 technic/machines/MV/tool_workshop.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/machines/MV/tool_workshop.lua b/technic/machines/MV/tool_workshop.lua
index 36ce0d2..1255931 100644
--- a/technic/machines/MV/tool_workshop.lua
+++ b/technic/machines/MV/tool_workshop.lua
@@ -10,7 +10,7 @@
 	recipe = {
 		{'group:wood',    'default:diamond',        'group:wood'},
 		{'group:wood',    'technic:machine_casing', 'group:wood'},
-		{'default:stone', 'default:copper_ingot',   'default:stone'},
+		{'default:stone', 'technic:mv_cable0',      'default:stone'},
 	}
 })
 

--
Gitblit v1.8.0