APDevTeam / Movecraft

The original movement plugin for Paper. Reloaded. Again.
GNU General Public License v3.0
121 stars 76 forks source link

Dismantler issues #590

Closed TylerS1066 closed 1 year ago

TylerS1066 commented 1 year ago

Describe in detail what your pull request accomplishes

This PR addresses a change in the Spigot API behavior of Block#getDrops(). Previously, the method would return the drops for optimal tool. However, the method now returns the drops for the specified tool, or a hand if none is provided. The new algorithm cycles through a number of predetermined tools which should get all drops from blocks.

Checklist