-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Add filter support to ExprItemsIn #4614
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.
just a few minor things
I like this feature :D
have a sec to review pls? @APickledWalrus |
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.
Looks good to me :)
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.
Nice PR :D
Just some formatting stuff
Addressed reviews, but this is now pending #5077 as the test is failing due to an NPE in |
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.
Minor formatting !
Nice work :)
ExprXOf.sk is failing when it shouldn't be. Changes made in this pull request have affected that test. |
bd134d0
to
3f08853
Compare
f8ac120
to
7134ccb
Compare
Description
Adds supports to get only certain item types when using ExprItemIn (e.g.
all swords in player's inventory
).Target Minecraft Versions: All
Requirements: None
Related Issues: #4612