From 0039f38b9497e9c8be830c05b5dd59a7e1633b83 Mon Sep 17 00:00:00 2001
From: Diego Martínez <kaeza@users.sf.net>
Date: Fri, 21 Jun 2013 05:20:20 +0200
Subject: [PATCH] Deployers and constructors now able to "place" craftitems.

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

diff --git a/technic/water_mill.lua b/technic/water_mill.lua
index 6e0120d..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'},
 	}
 })
@@ -125,4 +125,7 @@
 local node=minetest.env:get_node(pos)
 if node.name=="default:water_flowing"  then return 1 end
 return 0
-end
\ No newline at end of file
+end
+
+register_LV_machine ("technic:water_mill","PR")
+register_LV_machine ("technic:water_mill_active","PR")

--
Gitblit v1.8.0