PrismarineJS / mineflayer-collectblock

A simple utility plugin for Mineflayer that add a higher level API for collecting blocks.
MIT License
39 stars 25 forks source link

Block.canHarvest is being used incrorrectly #110

Open Dinhero21 opened 2 years ago

Dinhero21 commented 2 years ago

Here canHarvest is being called with an Item class and not the expected item id. Is this a bug or is it intentional?

Dinhero21 commented 2 years ago

Just now I realized that this pull request is fixing this exact issue.