From 63cc81ea677322ac3a97180f3920cc6d8e3eb954 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Tue, 04 Jun 2013 23:39:24 +0200
Subject: [PATCH] Merge pull request #22 from kpoppel/master

---
 technic/geothermal.lua |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/technic/geothermal.lua b/technic/geothermal.lua
index 8f3a7d7..dccabf4 100644
--- a/technic/geothermal.lua
+++ b/technic/geothermal.lua
@@ -4,8 +4,8 @@
 	output = 'technic:geothermal',
 	recipe = {
 		{'default:stone', 'default:stone', 'default:stone'},
-		{'moreores:copper_ingot', 'technic:diamond', 'moreores:copper_ingot'},
-		{'default:stone', 'moreores:copper_ingot', 'default:stone'},
+		{'default:copper_ingot', 'default:diamond', 'default:copper_ingot'},
+		{'default:stone', 'default:copper_ingot', 'default:stone'},
 	}
 })
 
@@ -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