Rework some recipes to use more varied ingredients

This commit is contained in:
Zefram
2014-07-07 21:48:38 +01:00
committed by Novatux
parent 5e7c47a619
commit 5e4a87b925
19 changed files with 42 additions and 39 deletions

View File

@ -307,9 +307,9 @@ minetest.register_tool("technic:chainsaw", {
minetest.register_craft({
output = "technic:chainsaw",
recipe = {
{"technic:stainless_steel_ingot", "technic:stainless_steel_ingot", "technic:battery"},
{"technic:stainless_steel_ingot", "technic:motor", "technic:battery"},
{"", "", "default:copper_ingot"},
{"technic:stainless_steel_ingot", "mesecons_button:button_off", "technic:battery"},
{"technic:fine_copper_wire", "technic:motor", "technic:battery"},
{"", "", "technic:stainless_steel_ingot"},
}
})