Skip to content

Commit

Permalink
Mark blood fluid as source/still. Closes #1271 and Sinytra/ForgifiedF…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxanier committed Oct 22, 2023
1 parent b4384f0 commit 04268a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public int getTickDelay(@NotNull LevelReader worldReader) {

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

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public int getTickDelay(@NotNull LevelReader worldReader) {

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

@Override
Expand Down

0 comments on commit 04268a7

Please sign in to comment.