From 64207baa4563db90fa80ed23f3b8f41f96f0260d Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Thu, 09 May 2013 16:02:02 +0200
Subject: [PATCH] Add HV battery box

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

diff --git a/technic/geothermal.lua b/technic/geothermal.lua
index 93aa423..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'},
 	}
 })
 

--
Gitblit v1.8.0