Skip to content

Commit

Permalink
[ci-skip] updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 10, 2024
1 parent e9c1a0e commit 26a659a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
steps:
- uses: actions/checkout@v4
with:
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# Inventory Sorter

[![CurseForge Title](https://cf.way2muchnoise.eu/title/240633.svg)](https://www.curseforge.com/minecraft/mc-mods/inventory-sorter)
[![CurseForge Downloads](https://cf.way2muchnoise.eu/short_240633.svg)](https://www.curseforge.com/minecraft/mc-mods/inventory-sorter)
[![CurseForge Available For](https://cf.way2muchnoise.eu/versions/240633.svg)](https://www.curseforge.com/minecraft/mc-mods/inventory-sorter)

Simple inventory sorting for Minecraft

Download from [CurseForge](https://www.curseforge.com/minecraft/mc-mods/inventory-sorter)

## Features

Scroll wheel
> moves a single item from one inventory to another.
> Moves a single item from one inventory to another using the scroll wheel.
Middle mouse sorting
> Click the middle mouse button to sort the inventory from highest to least count. Uses item registry name to group similarly named items when the count is the same.
## Details

The mod requires installation on both client and server to function. It makes no attempt to sort in the client, rather delegating all work to the server. This means it is very reliable and very fast. It should work with all containers (and maybe too many), and tries to respect canExtract/isItemValid (it will avoid slots that are marked that way).

## License

This project is licensed according to GPL v3, see gpl-3.0.txt or https://www.gnu.org/licenses/gpl-3.0.en.html for more information.

0 comments on commit 26a659a

Please sign in to comment.