-
Notifications
You must be signed in to change notification settings - Fork 15
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
Backend: Create and use PSSChatEvent #441
Conversation
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
…d-miningevents' into backend/pss-chat # Conflicts: # src/main/kotlin/me/partlysanestudios/partlysaneskies/events/EventManager.kt
This pull request has conflicts, please resolve those before the pull request can be reviewed. |
…end/pss-chat # Conflicts: # src/main/kotlin/me/partlysanestudios/partlysaneskies/features/gui/hud/rngdropbanner/DropBannerDisplay.kt
Conflicts have been resolved! |
Could you merge upstream main just so I can see the changes easier? |
ty |
|
||
object PickaxeWarning { | ||
|
||
private val pattern = Pattern.compile("(Mining Speed Boost|Pickobulus|Maniac Miner|Vein Seeker) is now available!") | ||
private val pattern = "(Mining Speed Boost|Pickobulus|Maniac Miner|Vein Seeker|Hazardous Miner|Gemstone Infusion) is now available!".toPattern() |
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.
This should probably be repoed
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.
Not in this unrelated pr though
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.
Ik
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.
Reason its a comment not a review
Dependencies:
This Pull Request creates and uses the PSSChatEvent
This does not yet support event cancelling, which should come soon though once the whole event system will be reworked.