From 2d168e5afc57f8da9973b67d0811cc33fed9e3a3 Mon Sep 17 00:00:00 2001
From: ShadowNinja <noreply@gmail.com>
Date: Fri, 05 Jul 2013 07:57:45 +0200
Subject: [PATCH] Use ores from default instead of moreores

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

diff --git a/technic/wires.lua b/technic/wires.lua
index e09fc2a..db8c823 100644
--- a/technic/wires.lua
+++ b/technic/wires.lua
@@ -6,7 +6,7 @@
 minetest.register_craft({
 	output = 'technic:lv_cable 6',
 	recipe = {
-		{'moreores:copper_ingot', 'moreores:copper_ingot', 'moreores:copper_ingot'},
+		{'default:copper_ingot', 'default:copper_ingot', 'default:copper_ingot'},
 	}
 }) 
 

--
Gitblit v1.8.0