Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from chochem/lanthanum-fix-part-2
Browse files Browse the repository at this point in the history
More Lanthanum ore proc fixes
  • Loading branch information
Dream-Master authored Feb 22, 2023
2 parents 1bb4f2f + 7ef293d commit 702511d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -1227,9 +1227,6 @@ public static void removeCeriumSources() {
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) {
Expand Down Expand Up @@ -1275,9 +1272,6 @@ public static void removeCeriumSources() {
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) {
Expand Down

0 comments on commit 702511d

Please sign in to comment.