2
2
3
3
# Sort Chest
4
4
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.
6
13
7
14
> ** Important**
8
15
> 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
14
21
** Yes** , you can use the sort chest mod on a server. However, the item might jump for a while after sorting because the
15
22
mod will emulate mouse clicks rather than directly changing the inventory data.
16
23
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
-
22
24
### Rebind keys?
23
25
24
26
1 . Open the mod menu (from [ ModMenu] ( https://github.com/Turnip-Labs/ModMenu ) mod)
25
27
2 . Select "Sort Chest" mod from the left
26
28
3 . Click at ⚙️ icon on the right
27
29
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).
0 commit comments