From 4b0d4ba9abd702b98c6cfe5356fe0f4c2122ac59 Mon Sep 17 00:00:00 2001
From: khonkhortisan <kyle.kylina@gmail.com>
Date: Wed, 20 Feb 2013 04:24:24 +0100
Subject: [PATCH] Rotate frame motor textures

---
 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