-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Item Skull Owner #7174
base: dev/feature
Are you sure you want to change the base?
Item Skull Owner #7174
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.
tests 🥺
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. Are the deprecated method calls able to be replaced with updated ones? I only had a quick glance at the api, but could stuff like setOwner("")
be replaced with setOwningPlayer(null)
, and stuff like that?
Description
This PR aims to allow items to be used in ExprSkullOwner
Target Minecraft Versions: any
Requirements: none
Related Issues: #7171