Skip to content

Commit

Permalink
Remove Pumpkin and Melon as an experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
acheong08 committed Feb 19, 2024
1 parent f171769 commit fcafa57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/anticope/rejects/modules/AutoFarm.java
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@ private boolean bonemealFilter(Block block) {

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

0 comments on commit fcafa57

Please sign in to comment.