-
-
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
Inventory - prevent opening a non-creatable inventory #7279
base: dev/feature
Are you sure you want to change the base?
Conversation
Done 👍🏻 |
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.
wooooohoooooo thanks for the contribution
I would like to note (for changelog reasons) that this won't completely work on some early versions of 1.19.4 due to spigot having marked non-createable invs as createable, but it was fixed about 5days after updating to 1.19.4 so not worth addressing imo. |
Description
This PR aims to fix a bug when trying to create/open an inventory that Bukkit doesn't want us to
Target Minecraft Versions: any
Requirements: none
Related Issues: #7278