pcal43 / quicksort

Minecraft mod. Low-effort item sorting to keep your workshop organized.
https://modrinth.com/mod/quicksort
MIT License
7 stars 3 forks source link

Trigger sorting on hopper insert #16

Open Mattabase opened 1 year ago

Mattabase commented 1 year ago

Not sure if it's a bug or a feature, but the quicksort chest requires the player to open and close the chest for it to sort. It will not start sorting if you for example hopper items into the chest, and it was not already sorting.

pcal43 commented 1 year ago

Yeah at the moment it's working-as-designed. But it's not unreasonable to want the sorting to happen when a hopper inserts an item or maybe on a redstone pulse.

I had sort of wanted to keep it a simple inventory sorting aid; if it starts to turn into a full-on redstone component, there are more performance worries and more ways for things to go wrong. But I'll give it some thought next time I'm working on it.

Thanks!

seriaati commented 1 year ago

please add