Skip to content

Commit

Permalink
compatible with emitters crafting
Browse files Browse the repository at this point in the history
  • Loading branch information
lordIcocain committed Jan 3, 2025
1 parent b0b3b2b commit 2aae036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ public int getRemainingOperations() {
}

public void tryExtractItems() {
if (!isMissingMode || this.waitingForMissing.isEmpty()) return;
if (this.waitingForMissing.isEmpty()) return;
if (countToTryExtractItems > 1200) {
countToTryExtractItems = 0;
for (IAEItemStack waitingForItem : this.waitingForMissing) {
Expand Down

0 comments on commit 2aae036

Please sign in to comment.