Skip to content

Commit 6ab1363

Browse files
committed
feat: add info, typos
1 parent 53537b4 commit 6ab1363

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
# Sort Chest
44

5-
Organize your chests instantly with a single keystroke
5+
Organize your chests instantly with a single click
6+
7+
This mod added several buttons in chest GUI.
8+
9+
- **Sort:** sort items by id, metadata, and quantity.
10+
- **Refill:** move same items (between chest and inventory) to chest.
11+
- **Fill:** move items from inventory to chest.
12+
- **Dump:** move items from chest to inventory.
613

714
> **Important**
815
> Required [Babric](https://github.com/Turnip-Labs/babric-instance-repo/releases) to run the mod.
@@ -14,14 +21,14 @@ Organize your chests instantly with a single keystroke
1421
**Yes**, you can use the sort chest mod on a server. However, the item might jump for a while after sorting because the
1522
mod will emulate mouse clicks rather than directly changing the inventory data.
1623

17-
### How does the sort chest mod sort items?
18-
19-
Items are sorted by their item ID (ascending), followed by its metadata (like wool color code, ascending), and finally
20-
by its stack size (descending).
21-
2224
### Rebind keys?
2325

2426
1. Open the mod menu (from [ModMenu](https://github.com/Turnip-Labs/ModMenu) mod)
2527
2. Select "Sort Chest" mod from the left
2628
3. Click at ⚙️ icon on the right
2729
4. Rebind keys that you want
30+
31+
### How does the sort chest mod sort items?
32+
33+
Items are sorted by their item ID (ascending), followed by its metadata (like wool color code, ascending), and finally
34+
by its quantity (descending).

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "sortchest",
44
"version": "${version}",
55
"name": "Sort Chest",
6-
"description": "Organize your chests instantly with a single keystroke",
6+
"description": "Organize your chests instantly with a single click",
77
"authors": [
88
"rootEnginear"
99
],

0 commit comments

Comments
 (0)