From c6da0a6713e1dc77838d180987256bda62dbb19b Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Wed, 20 Mar 2013 03:46:35 +0100
Subject: [PATCH] Added Forcefield generator by ShadowNinja

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

diff --git a/technic/water_mill.lua b/technic/water_mill.lua
index 6e0120d..fca52bb 100644
--- a/technic/water_mill.lua
+++ b/technic/water_mill.lua
@@ -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