aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/recipes
diff options
context:
space:
mode:
authorchochem <40274384+chochem@users.noreply.github.com>2024-07-29 22:57:45 +0100
committerGitHub <noreply@github.com>2024-07-29 22:57:45 +0100
commit9cff1eb7d1621cb14ef433a75cda62592a31b2cf (patch)
treee1b1626db6d052d10fc82d4e9b2bcc8f971a9cfe /src/main/java/gtPlusPlus/recipes
parentb18d953a4e7fb64208fb879f1bd0dc61968f1bc7 (diff)
downloadGT5-Unofficial-9cff1eb7d1621cb14ef433a75cda62592a31b2cf.tar.gz
GT5-Unofficial-9cff1eb7d1621cb14ef433a75cda62592a31b2cf.tar.bz2
GT5-Unofficial-9cff1eb7d1621cb14ef433a75cda62592a31b2cf.zip
Fix pyro recipes (#2794)
only modify a copy
Diffstat (limited to 'src/main/java/gtPlusPlus/recipes')
-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++;
}
}