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

Commit

Permalink
enable batch mode for CoAl(#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike authored Jan 12, 2024
1 parent 8d632d4 commit b74dd0f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ public boolean supportsInputSeparation() {
return true;
}

@Override
public boolean supportsBatchMode() {
return true;
}

@Override
public int getMaxEfficiency(ItemStack aStack) {
return 10000;
Expand Down

0 comments on commit b74dd0f

Please sign in to comment.