From 1f1562f630bf1f8cb0c40161a2a423a702c5a209 Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Tue, 11 Sep 2012 12:56:38 +0200 Subject: Added Alloy Furnace --- ores.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ores.lua') diff --git a/ores.lua b/ores.lua index d75a9ad..66255b7 100644 --- a/ores.lua +++ b/ores.lua @@ -84,6 +84,12 @@ minetest.register_craftitem( "technic:chromium_ingot", { on_place_on_ground = minetest.craftitem_place_item, }) +minetest.register_craftitem( "technic:stainless_steel_ingot", { + description = "Stainless Steel Ingot", + inventory_image = "technic_stainless_steel_ingot.png", + on_place_on_ground = minetest.craftitem_place_item, +}) + minetest.register_craft({ type = 'cooking', output = "technic:chromium_ingot", -- cgit v1.2.3