From 85f2692ef04fd11de9b21d10f67e352052eb381e Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Sat, 20 Apr 2013 08:14:12 +0200
Subject: [PATCH] range fix again

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