From 13e8857f1a6cc313847aaf330b7ad6ef5db8a901 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Mon, 08 Jul 2013 23:05:34 +0200
Subject: [PATCH] Fix HV battery box and some indentation. Bug found by pagliaccio.

---
 technic/battery_box_mv.lua |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/technic/battery_box_mv.lua b/technic/battery_box_mv.lua
index a413639..e1295ce 100644
--- a/technic/battery_box_mv.lua
+++ b/technic/battery_box_mv.lua
@@ -1,13 +1,12 @@
 -- MV Battery box
 minetest.register_craft(
-   {
-      output = 'technic:mv_battery_box 1',
-      recipe = {
-	 {'technic:battery_box', 'technic:battery_box', 'technic:battery_box'},
-	 {'technic:battery_box', 'technic:mv_transformer', 'technic:battery_box'},
-	 {'', 'technic:mv_cable', ''},
-      }
-   })
+   {output = 'technic:mv_battery_box 1',
+    recipe = {
+       {'technic:battery_box', 'technic:battery_box', 'technic:battery_box'},
+       {'technic:battery_box', 'technic:mv_transformer', 'technic:battery_box'},
+       {'', 'technic:mv_cable', ''},
+    }
+ })
 
 local battery_box_formspec =
    "invsize[8,9;]"..

--
Gitblit v1.8.0