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/water_mill.lua |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/technic/water_mill.lua b/technic/water_mill.lua
index 808923a..4760b27 100644
--- a/technic/water_mill.lua
+++ b/technic/water_mill.lua
@@ -3,8 +3,8 @@
 minetest.register_craft({
 	output = 'technic:water_mill',
 	recipe = {
-		{'default:stone', 'default:stone',        'default:stone'},
-		{'default:wood',  'default:diamond',      'default:wood'},
+		{'default:stone', 'default:stone', 'default:stone'},
+		{'default:wood', 'default:diamond', 'default:wood'},
 		{'default:stone', 'default:copper_ingot', 'default:stone'},
 	}
 })

--
Gitblit v1.8.0