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

@ -119,6 +119,17 @@ minetest.register_craft({
recipe = "technic:bronze_dust",
})
minetest.register_craftitem( "technic:brass_dust", {
description = "Brass Dust",
inventory_image = "technic_brass_dust.png",
on_place_on_ground = minetest.craftitem_place_item,
})
minetest.register_craft({
type = "cooking",
output = "technic:brass_ingot",
recipe = "technic:brass_dust",
})
minetest.register_craftitem( "technic:stainless_steel_dust", {
description = "Stainless Steel Dust",
inventory_image = "technic_stainless_steel_dust.png",