aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2023-02-22 10:00:31 +0100
committerGitHub <noreply@github.com>2023-02-22 10:00:31 +0100
commit702511d3287e31a4da38a59d41287093e6c45967 (patch)
tree060d17c717ccbe3b5ebd3524ece217b92e7a6040 /src/main
parent1bb4f2fb86448e4827110ccafb4c0efb7046804b (diff)
parent7ef293da2bc3b18122cb398061d3e35355cad4c1 (diff)
downloadGT5-Unofficial-702511d3287e31a4da38a59d41287093e6c45967.tar.gz
GT5-Unofficial-702511d3287e31a4da38a59d41287093e6c45967.tar.bz2
GT5-Unofficial-702511d3287e31a4da38a59d41287093e6c45967.zip
Merge pull request #51 from chochem/lanthanum-fix-part-2
More Lanthanum ore proc fixes
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java b/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
index d6f7253156..350699999c 100644
--- a/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
+++ b/src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
@@ -1227,9 +1227,6 @@ public class RecipeLoader {
tRecipe.mOutputs[i].stackSize * 2,
WerkstoffMaterialPool.SamariumOreConcentrate.get(OrePrefixes.dust, 1));
modified = true;
- } else if (tRecipe.mOutputs[i].isItemEqual(Materials.Lanthanum.getDust(1))) {
- tRecipe.mOutputs[i] = null;
- modified = true;
}
}
if (modified) {
@@ -1275,9 +1272,6 @@ public class RecipeLoader {
tRecipe.mOutputs[i].stackSize * 2,
WerkstoffMaterialPool.SamariumOreConcentrate.get(OrePrefixes.dust, 1));
modified = true;
- } else if (tRecipe.mOutputs[i].isItemEqual(Materials.Lanthanum.getDust(1))) {
- tRecipe.mOutputs[i] = null;
- modified = true;
}
}
if (modified) {