From 1f1562f630bf1f8cb0c40161a2a423a702c5a209 Mon Sep 17 00:00:00 2001
From: Maciej Kasatkin <mk@realbadangel.pl>
Date: Tue, 11 Sep 2012 12:56:38 +0200
Subject: [PATCH] Added Alloy Furnace

---
 ores.lua |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ores.lua b/ores.lua
index d75a9ad..66255b7 100644
--- a/ores.lua
+++ b/ores.lua
@@ -84,6 +84,12 @@
 	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",

--
Gitblit v1.8.0