Skip to content

Commit ec3763f

Browse files
Adjust comment
1 parent 9306afe commit ec3763f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/gregtech/api/util/GTFluidUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ public static int transferFluids(@Nonnull IFluidHandler sourceHandler, @Nonnull
2424
}
2525

2626
/**
27-
Used to void fluids through the fluid voiding filter before transferring any non voided fluids into a neighboring fluid handler
28-
destHandler is an array of fluid handlers, with the handler of the voiding fluid cover first
27+
Used to transfer fluids from a source to multiple destinations. Each destination can have a separate fluid filter applied.
2928
**/
3029
public static int transferFluidsToMultipleHandlers(@Nonnull IFluidHandler sourceHandler, @Nonnull List<Tuple<IFluidHandler, Predicate<FluidStack>>> transferTuple, int transferLimit) {
3130

0 commit comments

Comments
 (0)