diff --git a/README.md b/README.md index 95164ed..da2524d 100644 --- a/README.md +++ b/README.md @@ -7,20 +7,21 @@ Organize your chests instantly with a single keystroke > **Important** > Required [Babric](https://github.com/Turnip-Labs/babric-instance-repo/releases) to run the mod. -## How to use - -1. Open a chest -2. Press a key: - - `S`: Sort - - `F`: Fill (inventory → chest) - - `D`: Dump (chest → inventory) - ## FAQ ### Server? -**Yes**, you can use the sort chest mod on a server. However, the item might jump for a while after sorting because the mod will emulate mouse clicks rather than directly changing the inventory data. +**Yes**, you can use the sort chest mod on a server. However, the item might jump for a while after sorting because the +mod will emulate mouse clicks rather than directly changing the inventory data. ### How does the sort chest mod sort items? -Items are sorted by their item ID (ascending), followed by its metadata (like wool color code, ascending), and finally by its stack size (descending). +Items are sorted by their item ID (ascending), followed by its metadata (like wool color code, ascending), and finally +by its stack size (descending). + +### Rebind keys? + +1. Open the mod menu (from [ModMenu](https://github.com/Turnip-Labs/ModMenu) mod) +2. Select "Sort Chest" mod from the left +3. Click at ⚙️ icon on the right +4. Rebind keys that you want diff --git a/gradle.properties b/gradle.properties index 41b283b..e19e499 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,6 +10,6 @@ loader_version=0.14.19-babric.1-bta # halplibe_version=2.3.0 # Mod -mod_version=0.3.0 +mod_version=1.0.0 mod_group=rootenginear mod_name=sortchest diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png index df525b9..99a12a6 100644 Binary files a/src/main/resources/icon.png and b/src/main/resources/icon.png differ