-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Changeable Max Stack Size for Items and Inventory #6698
Changeable Max Stack Size for Items and Inventory #6698
Conversation
Should this PR also include changes to the |
…stack-size-api # Conflicts: # src/main/java/ch/njol/skript/expressions/ExprMaxStack.java
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.
We can just tweak these for Java 17 :)
Java 17 ready! |
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 some small things
Description
This PR adds support of changeable max stack size of inventories and the recently introduced
max stack size
ItemMeta in Minecraft 1.20.5.Javadocs:
Note
Using GitHub actions to test the attached test scripts due to Skript testing environment abruptly failing. My sincerely apologies for any bulk commits from fixing tests.
Target Minecraft Versions: Minecraft 1.20.5 (changeable itemstack max stack size)
Requirements: Spigot 1.20.5 (changeable max stack size ItemMeta)
Related Issues: #5020 (inventory)