-
-
Notifications
You must be signed in to change notification settings - Fork 394
EvtHarvestBlock #7903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev/feature
Are you sure you want to change the base?
EvtHarvestBlock #7903
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to either include it in ExprDrops or make a new "harvest drops" expression for modifying the drops in a harvest event
Co-authored-by: Efnilite <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be good after this 🔥
Co-authored-by: Efnilite <[email protected]>
Co-authored-by: Efnilite <[email protected]>
Co-authored-by: Efnilite <[email protected]>
Problem
Skript has no support for the
PlayerHarvestBlockEvent
.Solution
Adds
PlayerHarvestBlockEvent
which allows users to detect when a block, like sweet berry bushes, are harvested.Includes event values for the block, the player, the drops, the the equipment slot, and the slot.
Testing Completed
EvtHarvestBlockTest.sk
Supporting Information
N/A
Completes: none
Related: none