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

Enderchest #48

Closed AndiLeni closed 1 week ago

AndiLeni commented 3 months ago

Hello,

would it be possible to use an enderchest as a Quicksorter?

Kind regards Andreas

pcal43 commented 2 months ago

Mmm, not sure exactly what that would mean or how it would work. Ender chests are a pretty special case.

AndiLeni commented 2 months ago

Yeah, I know 😅 It just came to my mind to use enderchests to transport stuff between multiple locations. It was just an idea and schould definitely be toggleable to not break any existing worlds though.

pcal43 commented 1 week ago

Ender Chest inventories are per-player - quicksort acts on the overall world, independent of any specific player. So I don't know how it would decide on which player's ender chest inventory to use.

Closing this out unless you have a more specific idea of how it should work.