Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcal43/quicksort
Minecraft mod. Low-effort item sorting to keep your workshop organized.
https://github.com/pcal43/quicksort
minecraft minecraft-fabric minecraft-mod
Last synced: 24 days ago
JSON representation
Minecraft mod. Low-effort item sorting to keep your workshop organized.
- Host: GitHub
- URL: https://github.com/pcal43/quicksort
- Owner: pcal43
- License: mit
- Created: 2022-07-09T03:28:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T05:54:23.000Z (2 months ago)
- Last Synced: 2024-10-01T08:23:34.277Z (about 1 month ago)
- Topics: minecraft, minecraft-fabric, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/quicksort
- Size: 13.3 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quicksort
## Features
* **Lightweight item sorting.** Keep your workshop organized quickly and easily.
* **Vanilla-friendly**. Does not add any new blocks to your server.
* **Serverside-only**. Does not have to be installed on clients.
* **Fully customizable.** Define your own quicksort chest types.## Usage
* Place an emerald or diamond block in the center of your storage area.
* Create a **Quicksorter** by putting regular chest on top of that block.
* Items placed in the Quicksorter will automatically be distributed to nearby chests that contain matching items.![](https://github.com/pcal43/quicksort/raw/main/etc/quicksort-demo2.gif)
## Fine Points
* The Quicksorter must have a clear line-of-sight to the receiving chests
* The receiving chests must be within a cube-shaped area centered on the Quicksorter.
* The Quicksorter's range depends on the type of block used:
* Emerald: 5 blocks away
* Diamond: 10 blocks away
* Items are transferred regardless of whether the item appears to not make it to the chest## Configuration
To configure the mod, follow the instructions in the default config file:
https://github.com/pcal43/quicksort/blob/main/src/main/resources/quicksort-default-config.json5
## Credits
#### Icon components courtesy of
* [Minecraft Toolbox - Minecraft Chest PNG](https://flyclipart.com/minecraft-toolbox-minecraft-chest-png-50783)
* [transparentpng.com](https://www.transparentpng.com/download/circle-vector-2_15270.html)
* [freesvg.org](https://freesvg.org/8-directions-arrows)## Legal
This mod is published under the [MIT License](LICENSE).
You're free to include this mod in your modpack provided you attribute it to pcal.net.
## Questions?
If you have questions about this mod, please join the Discord server:
[https://discord.pcal.net](https://discord.pcal.net)
Comments have been disabled and I will **not** reply to private messages on Curseforge.