Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.