Skip to content

Commit

Permalink
= Dirt Check - Shrooms hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
May2Beez committed Jan 13, 2024
1 parent 58bb923 commit 488b4c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/jelly/farmhelperv2/util/CropUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public static boolean isCrop(Block block) {
block instanceof BlockReed ||
block instanceof BlockPumpkin ||
block instanceof BlockMelon ||
block instanceof BlockStem;
block instanceof BlockStem ||
block instanceof BlockMushroom;
}
}

0 comments on commit 488b4c5

Please sign in to comment.