MatrexsVigil / phc2crops

All rights reserved - None of my artwork is available to be used for FREE in your game EVER. If you want to HIRE ME, please contact me. Thank you. This code is here for people to learn from and to help find bugs ONLY.
https://www.patreon.com/pamsmods
Other
16 stars 23 forks source link

Break Event Posting #44

Open Caltinor opened 3 years ago

Caltinor commented 3 years ago

Good Day,

This PR adds in break checks during crop harvesting. This allows other mods to capture right-click-harvest via the break event and to cancel them if so desired. This addresses issue #42

The only change in code is adding the break event cancellation check as the last check before executing the drop spawns, exhaustion, sounds, and block updates.