Fine gold and silver wire items

Not used in any recipes yet.
This commit is contained in:
Zefram
2014-07-06 20:22:15 +01:00
committed by Novatux
parent 4958a77e21
commit 3f717cbb9e
6 changed files with 28 additions and 0 deletions

View File

@ -61,6 +61,24 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = 'technic:fine_gold_wire 2',
recipe = {
{'', 'default:gold_ingot', ''},
{'', 'default:gold_ingot', ''},
{'', 'default:gold_ingot', ''},
}
})
minetest.register_craft({
output = 'technic:fine_silver_wire 2',
recipe = {
{'', 'moreores:silver_ingot', ''},
{'', 'moreores:silver_ingot', ''},
{'', 'moreores:silver_ingot', ''},
}
})
minetest.register_craft({
output = 'technic:copper_coil 1',
recipe = {