Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts committed Jul 11, 2023
1 parent 0acabed commit 5227389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public int fill(FluidStack aFluid, boolean doFill) {
public FluidTankInfo[] getTankInfo(ForgeDirection side) {
return new FluidTankInfo[] { super.getTankInfo(side)[0],
new FluidTankInfo(this.lavaTank.getFluid(), this.lavaTank.getCapacity()),
new FluidTankInfo(getDrainableStack(), getCapacity()) };
new FluidTankInfo(getDrainableStack(), getSteamCapacity()) };
}

@Override
Expand Down

0 comments on commit 5227389

Please sign in to comment.