From 98b2f8dbbfb2149cf5aded15341b1daf7c62526b Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Tue, 30 Oct 2012 00:56:24 +0100 Subject: recipe changes --- alloy_furnace.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alloy_furnace.lua') diff --git a/alloy_furnace.lua b/alloy_furnace.lua index 1d2a1aa..160947d 100644 --- a/alloy_furnace.lua +++ b/alloy_furnace.lua @@ -36,9 +36,9 @@ minetest.register_alias("alloy_furnace", "technic:alloy_furnace") minetest.register_craft({ output = 'technic:alloy_furnace', recipe = { - {'default:stone', 'default:stone', 'default:stone'}, - {'default:stone', '', 'default:stone'}, - {'moreores:gold_ingot', 'moreores:copper_ingot', 'moreores:gold_ingot'}, + {'default:brick', 'default:brick', 'default:brick'}, + {'default:brick', '', 'default:brick'}, + {'default:steel_ingot', 'moreores:copper_ingot', 'default:steel_ingot'}, } }) -- cgit v1.2.3