aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/gtPlusPlus/recipes/CokeAndPyrolyseOven.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/recipes/CokeAndPyrolyseOven.java b/src/main/java/gtPlusPlus/recipes/CokeAndPyrolyseOven.java
index 52fc252d15..32d4ab55cf 100644
--- a/src/main/java/gtPlusPlus/recipes/CokeAndPyrolyseOven.java
+++ b/src/main/java/gtPlusPlus/recipes/CokeAndPyrolyseOven.java
@@ -74,7 +74,7 @@ public class CokeAndPyrolyseOven {
private static void convertPyroToCokeOven() {
int aCount = 0;
for (GT_Recipe g : RecipeMaps.pyrolyseRecipes.getAllRecipes()) {
- if (AddGregtechRecipe.importPyroRecipe(g)) {
+ if (AddGregtechRecipe.importPyroRecipe(g.copy())) {
aCount++;
}
}