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 #49 from chochem/fixlanthanum
Browse files Browse the repository at this point in the history
Fix broken lanthanum ore processing
  • Loading branch information
Dream-Master authored Jan 6, 2023
2 parents 02cb110 + 07f91d9 commit f1bdc43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -1238,9 +1238,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 f1bdc43

Please sign in to comment.