feat(sort): sort containers and player storage
This commit is contained in:
@@ -29,6 +29,16 @@ Stick
|
||||
|
||||
Either storage-block variant produces one Sorting Stick.
|
||||
|
||||
## Sorting inventories
|
||||
|
||||
Hold an authentic Sorting Stick and right-click:
|
||||
|
||||
- A chest or either half of a double chest to sort its complete inventory.
|
||||
- A barrel to sort its inventory.
|
||||
- Air or another block to sort player inventory slots 9–35.
|
||||
|
||||
Player hotbar, armor, and off-hand slots remain unchanged during player sorting. Compatible stacks are consolidated first, then items are ordered alphabetically by Minecraft material. Dissimilar metadata variants of the same material retain their relative order. Locked containers and interactions cancelled by protection plugins are not sorted.
|
||||
|
||||
## Releases
|
||||
|
||||
Gitea Actions checks pushes and pull requests and stores a development JAR. Pull requests validate conventional commits. Main-branch conventional commits drive semantic releases when the repository defines a `RELEASE_TOKEN` with contents-write permission.
|
||||
|
||||
Reference in New Issue
Block a user