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

Commit

Permalink
Enable batch mode on QFT (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
S4mpsa authored Aug 25, 2023
1 parent 6e42400 commit e992e26
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,11 @@ public byte getCasingMeta1() {
return 15;
}

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

@Override
public void saveNBTData(NBTTagCompound aNBT) {
aNBT.setBoolean("mFluidMode", mFluidMode);
Expand Down

0 comments on commit e992e26

Please sign in to comment.