Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jan 28, 2024
1 parent e031c73 commit 3da4c8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/gregtech/common/covers/CoverFluidFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ public <T> T getCapability(@NotNull Capability<T> capability, @Nullable T defaul
public void writeToNBT(@NotNull NBTTagCompound tagCompound) {
super.writeToNBT(tagCompound);
tagCompound.setInteger("FilterMode", this.filterMode.ordinal());
// tagCompound.setBoolean("IsBlacklist", this.fluidFilter.isBlacklistFilter());
// NBTTagCompound filterComponent = new NBTTagCompound();
// this.fluidFilter.getFluidFilter().writeToNBT(filterComponent);
tagCompound.setTag("Filter", getFluidFilter().getContainerStack().serializeNBT());
}

Expand Down

0 comments on commit 3da4c8e

Please sign in to comment.