From 5e4a87b92599aa0fc9a56081209c930d08a2c3bd Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Wed, 09 Jul 2014 09:17:44 +0200
Subject: [PATCH] Rework some recipes to use more varied ingredients

---
 technic/tools/chainsaw.lua |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/technic/tools/chainsaw.lua b/technic/tools/chainsaw.lua
index 503c010..eaa33bf 100644
--- a/technic/tools/chainsaw.lua
+++ b/technic/tools/chainsaw.lua
@@ -307,9 +307,9 @@
 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"},
 	}
 })
 

--
Gitblit v1.8.0