From eabde42244a4f541c13ee8f39b3542fb26d8af9b Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Tue, 9 Oct 2012 11:02:29 +0200 Subject: several fixes, brass added --- ores.lua | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'ores.lua') diff --git a/ores.lua b/ores.lua index 29dfb46..a3841f6 100644 --- a/ores.lua +++ b/ores.lua @@ -55,10 +55,6 @@ minetest.register_craft({ recipe = "technic:chromium_lump" }) -minetest.register_craftitem( "technic:stainless_steel_ingot", { - description = "Stainless Steel Ingot", - inventory_image = "technic_stainless_steel_ingot.png", -}) minetest.register_node( "technic:mineral_zinc", { description = "Zinc Ore", @@ -79,6 +75,16 @@ minetest.register_craftitem( "technic:zinc_ingot", { inventory_image = "technic_zinc_ingot.png", }) +minetest.register_craftitem( "technic:stainless_steel_ingot", { + description = "Stainless Steel Ingot", + inventory_image = "technic_stainless_steel_ingot.png", +}) + +minetest.register_craftitem( "technic:brass_ingot", { + description = "Brass Ingot", + inventory_image = "technic_brass_ingot.png", +}) + minetest.register_craft({ type = 'cooking', output = "technic:zinc_ingot", -- cgit v1.2.3