Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Ability to defragment your storage to reduce used slots #28

Open
scmcgowen opened this issue Mar 20, 2023 · 1 comment
Open
Labels
enhancement Something which can be improved or added. So everything?

Comments

@scmcgowen
Copy link

By pressing this keybind, Artist will start combining slots into full stacks if possible, leaving only one non full stack in the whole network. This can help when you're not full on storage but your amount of total slots free is 0 to free up some slots

Excuse my bad formatting, sorry

@SquidDev SquidDev added the enhancement Something which can be improved or added. So everything? label Mar 21, 2023
@SquidDev
Copy link
Member

Artist should prioritise extracting from partially-filled stacks which, in principle, means it shouldn't get fragmented in the first place. However, insertion logic inserts items into the first free slot (rather than the first matching slot), which probably means we can end up with some fragmented inventories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something which can be improved or added. So everything?
Development

No branches or pull requests

2 participants