Give XP when sneaking for bushes

This commit is contained in:
nossr50
2021-04-02 20:33:48 -07:00
parent a2ee4be86a
commit d25784bf41
2 changed files with 2 additions and 3 deletions

View File

@ -849,9 +849,7 @@ public class PlayerListener implements Listener {
}
}
} else {
if(!event.getPlayer().isSneaking()) {
herbalismManager.processBerryBushHarvesting(blockState);
}
herbalismManager.processBerryBushHarvesting(blockState);
}
}
break;