From 3a3700537baa748e459258385d27bb79ab391546 Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sat, 06 Jul 2013 10:35:48 +0200
Subject: [PATCH] Merge changes made in technic_game

---
 technic/chainsaw.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/technic/chainsaw.lua b/technic/chainsaw.lua
index d73b59b..5c10d7c 100644
--- a/technic/chainsaw.lua
+++ b/technic/chainsaw.lua
@@ -33,8 +33,8 @@
         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', 'technic:motor', 'technic:battery'},
+                {'','','default:copper_ingot'},
         }
 })
 

--
Gitblit v1.8.0