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

Commit

Permalink
Might fix wrong dust from macerating raw ore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethryan authored May 23, 2024
1 parent 363e4cc commit c691cf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ public static void Remover() {
int[] oreDict = OreDictionary.getOreIDs(input);
for (int oreDictID : oreDict) {
if ((OreDictionary.getOreName(oreDictID).startsWith("ore")
|| OreDictionary.getOreName(oreDictID).startsWith("rawOre")
|| OreDictionary.getOreName(oreDictID).startsWith("crushed"))
&& OreDictionary.getOreName(oreDictID).contains("Naq")) {
GT_Recipe tRecipe = recipe.copy();
Expand Down

0 comments on commit c691cf2

Please sign in to comment.