Skip to content

Commit

Permalink
Fix CombineHarvester not collecting Bamboo. Fixes #1314
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Jul 9, 2023
1 parent 5d8b919 commit b3ee84d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -95,6 +95,8 @@ public boolean harvestable(Block block) {
case MELON:
case PUMPKIN:
return true;
case BAMBOO:
return below == Material.BAMBOO;
default:
return Tag.LOGS.isTagged(block.getType());
}
Expand Down

0 comments on commit b3ee84d

Please sign in to comment.