-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9c1a0e
commit 26a659a
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
# Inventory Sorter | ||
|
||
[![CurseForge Title](https://cf.way2muchnoise.eu/title/240633.svg)](https://www.curseforge.com/minecraft/mc-mods/inventory-sorter) | ||
[![CurseForge Downloads](https://cf.way2muchnoise.eu/short_240633.svg)](https://www.curseforge.com/minecraft/mc-mods/inventory-sorter) | ||
[![CurseForge Available For](https://cf.way2muchnoise.eu/versions/240633.svg)](https://www.curseforge.com/minecraft/mc-mods/inventory-sorter) | ||
|
||
Simple inventory sorting for Minecraft | ||
|
||
Download from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/inventory-sorter) | ||
|
||
## Features | ||
|
||
Scroll wheel | ||
> moves a single item from one inventory to another. | ||
> Moves a single item from one inventory to another using the scroll wheel. | ||
Middle mouse sorting | ||
> Click the middle mouse button to sort the inventory from highest to least count. Uses item registry name to group similarly named items when the count is the same. | ||
## Details | ||
|
||
The mod requires installation on both client and server to function. It makes no attempt to sort in the client, rather delegating all work to the server. This means it is very reliable and very fast. It should work with all containers (and maybe too many), and tries to respect canExtract/isItemValid (it will avoid slots that are marked that way). | ||
|
||
## License | ||
|
||
This project is licensed according to GPL v3, see gpl-3.0.txt or https://www.gnu.org/licenses/gpl-3.0.en.html for more information. |