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/mining_laser_mk1.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/technic/mining_laser_mk1.lua b/technic/mining_laser_mk1.lua
index 5bafb6c..7b9c655 100644
--- a/technic/mining_laser_mk1.lua
+++ b/technic/mining_laser_mk1.lua
@@ -76,8 +76,8 @@
 	output = 'technic:laser_mk1',
 	recipe = {
 		{'default:diamond', 'default:steel_ingot', 'technic:battery'},
-		{'', 'default:steel_ingot', 'technic:battery'},
-		{'', '', 'moreores:copper_ingot'},
+		{'',                'default:steel_ingot', 'technic:battery'},
+		{'',                '',                    'default:copper_ingot'},
 	}
 })
 

--
Gitblit v1.8.0