Skip to content

Commit 62bf838

Browse files
committed
feat: add icon, v1
1 parent 8c977f1 commit 62bf838

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@ Organize your chests instantly with a single keystroke
77
> **Important**
88
> Required [Babric](https://github.com/Turnip-Labs/babric-instance-repo/releases) to run the mod.
99
10-
## How to use
11-
12-
1. Open a chest
13-
2. Press a key:
14-
- `S`: Sort
15-
- `F`: Fill (inventory → chest)
16-
- `D`: Dump (chest → inventory)
17-
1810
## FAQ
1911

2012
### Server?
2113

22-
**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.
14+
**Yes**, you can use the sort chest mod on a server. However, the item might jump for a while after sorting because the
15+
mod will emulate mouse clicks rather than directly changing the inventory data.
2316

2417
### How does the sort chest mod sort items?
2518

26-
Items are sorted by their item ID (ascending), followed by its metadata (like wool color code, ascending), and finally by its stack size (descending).
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+
### Rebind keys?
23+
24+
1. Open the mod menu (from [ModMenu](https://github.com/Turnip-Labs/ModMenu) mod)
25+
2. Select "Sort Chest" mod from the left
26+
3. Click at ⚙️ icon on the right
27+
4. Rebind keys that you want

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ loader_version=0.14.19-babric.1-bta
1010
# halplibe_version=2.3.0
1111

1212
# Mod
13-
mod_version=0.3.0
13+
mod_version=1.0.0
1414
mod_group=rootenginear
1515
mod_name=sortchest

src/main/resources/icon.png

-26 KB
Loading

0 commit comments

Comments
 (0)