-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
ExprWeather + ExprPlayerWeather Merge #7442
base: dev/feature
Are you sure you want to change the base?
ExprWeather + ExprPlayerWeather Merge #7442
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.
Can you add tests utilizing the different weather events?
"[the] [custom|client] weather [(in|of) %worlds/players%]", | ||
"%worlds/players%'[s] [custom|client] weather"); |
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.
client weather of %world%
doesn't make sense. It might be better to make custom
and client
exclusive to player weathers.
Might not be possible if the event isn't fired until the next tick. Unless wanting to make a whole JUnit for it. |
junit! |
Description
This PR aims to merge
ExprPlayerWeather
intoExprWeather
to resolve conflicts between the 2 expressions.Target Minecraft Versions: any
Requirements: none
Related Issues: #6765