Skip to content

Commit

Permalink
Fix AutoFarm in 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
acheong08 committed Feb 19, 2024
1 parent 97a3b25 commit f171769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/anticope/rejects/modules/AutoFarm.java
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ private boolean bonemealFilter(Block block) {

private boolean harvestFilter(Block block) {
return block instanceof CropBlock ||
block instanceof GourdBlock ||
block instanceof PumpkinBlock ||
block instanceof MelonBlock ||
block instanceof NetherWartBlock ||
block instanceof SweetBerryBushBlock;
}
Expand Down

0 comments on commit f171769

Please sign in to comment.