Skip to content

Commit

Permalink
feat: add icon, v1
Browse files Browse the repository at this point in the history
  • Loading branch information
rootEnginear committed Nov 10, 2023
1 parent 8c977f1 commit 62bf838
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified src/main/resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62bf838

Please sign in to comment.