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/alloy_furnace.lua |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/technic/alloy_furnace.lua b/technic/alloy_furnace.lua
index 149688e..3982ab2 100644
--- a/technic/alloy_furnace.lua
+++ b/technic/alloy_furnace.lua
@@ -10,9 +10,9 @@
 minetest.register_craft({
 	output = 'technic:alloy_furnace',
 	recipe = {
-		{'default:brick', 'default:brick', 'default:brick'},
-		{'default:brick', '', 'default:brick'},
-		{'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'},
+		{'default:brick',       'default:brick',        'default:brick'},
+		{'default:brick',       '',                     'default:brick'},
+		{'default:steel_ingot', 'default:copper_ingot', 'default:steel_ingot'},
 	}
 })
 

--
Gitblit v1.8.0