Skip to content

Commit

Permalink
also count flowing water for chembath
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Oct 5, 2024
1 parent 90cf10f commit 2f01713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public boolean checkForWater() {
}
}
}
if (tBlock == Blocks.water) {
if (tBlock == Blocks.water || tBlock == Blocks.flowing_water) {
++tAmount;
// Utils.LOG_WARNING("Found Water");
} else if (tBlock == BlocksItems.getFluidBlock(InternalName.fluidDistilledWater)) {
Expand Down

0 comments on commit 2f01713

Please sign in to comment.