Skip to content

Commit

Permalink
chore: Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Dec 5, 2023
1 parent daddcd5 commit 879f32f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ public boolean interact(LevelAccessor level, BlockPos pos, BlockState state, boo
return false;
}

/**
* Create Pipe support
*/
@ApiStatus.Internal
public boolean interactFromPipe(Level level, BlockPos pos, Fluid fluid1, Fluid fluid2) {
Fluid source;
Expand Down

0 comments on commit 879f32f

Please sign in to comment.