Skip to content

Commit

Permalink
fix: Fix milk fluid erroring #89
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Aug 12, 2024
1 parent e181741 commit f53c6dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected BlockState createLegacyBlock(FluidState fluidState) {

@Override
public boolean isSource(FluidState fluidState) {
return false;
return true;
}

@Override
Expand Down

0 comments on commit f53c6dd

Please sign in to comment.