Skip to content

Commit

Permalink
sa
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem committed Sep 26, 2024
1 parent 92df778 commit b3c9d05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/gregtech/api/enums/OrePrefixes.java
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,8 @@ public void processOre(Materials aMaterial, String aOreDictName, String aModName
if (aMaterial != Materials._NULL) {
if (!used.add(aMaterial)) {
if (DEBUG_MODE_COLLISION) {
GTLog.out.println("Attempted duplicate recipe registration by " + aModName + " for " + aOreDictName);
GTLog.out
.println("Attempted duplicate recipe registration by " + aModName + " for " + aOreDictName);
}
return;
} else {
Expand Down

0 comments on commit b3c9d05

Please sign in to comment.