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

diff --git a/technic/geothermal.lua b/technic/geothermal.lua
index 8f3a7d7..93aa423 100644
--- a/technic/geothermal.lua
+++ b/technic/geothermal.lua
@@ -132,4 +132,7 @@
 if node.name=="default:water_source" or node.name=="default:water_flowing"  then return 1 end
 if node.name=="default:lava_source" or node.name=="default:lava_flowing"  then return 2 end	
 return 0
-end
\ No newline at end of file
+end
+
+register_LV_machine ("technic:geothermal","PR")
+register_LV_machine ("technic:geothermal_active","PR")

--
Gitblit v1.8.0