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

improved item interface algorithm #190

Open
antrobot1234 opened this issue Apr 25, 2020 · 1 comment
Open

improved item interface algorithm #190

antrobot1234 opened this issue Apr 25, 2020 · 1 comment

Comments

@antrobot1234
Copy link

Issue type:

  • ➕ Feature request

Short description:

instead of inserting items based on the first empty slot, it will instead try and first find matching itemstacks and insert the items into there before then searching for an empty slot, even if an empty item slot preceeds it. with the way it is currently, there's a lot of wasted space due to items being inserted and extracted frequently.

take for example, iron ingots. say there is half a stack of iron ingots in slot 2 and slot 1 is empty. currently, if you put in another half a stack of iron, it will go into slot 1 instead of filling up the itemstack in slot 2. this issue compounds especially when autocrafting with integrated crafting is involved.

@rubensworks
Copy link
Member

This could become an option, but will definitely not become the default due to performance overhead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Options
Development

No branches or pull requests

2 participants