several fixes, brass added

This commit is contained in:
Maciej Kasatkin
2012-10-09 11:02:29 +02:00
parent ef174a7dee
commit eabde42244
20 changed files with 1797 additions and 21 deletions

View File

@ -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",