From 467dcf1d5d2daccde8fe5cfb45317482fe004cc3 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Tue, 18 Jun 2013 19:18:23 +0200
Subject: [PATCH] Merge pull request #4 from RealBadAngel/indev

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

diff --git a/technic/water_mill.lua b/technic/water_mill.lua
index fca52bb..52966ed 100644
--- a/technic/water_mill.lua
+++ b/technic/water_mill.lua
@@ -4,7 +4,7 @@
 	output = 'technic:water_mill',
 	recipe = {
 		{'default:stone', 'default:stone', 'default:stone'},
-		{'default:wood', 'technic:diamond', 'default:wood'},
+		{'default:wood', 'default:diamond', 'default:wood'},
 		{'default:stone', 'moreores:copper_ingot', 'default:stone'},
 	}
 })

--
Gitblit v1.8.0