You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue type:
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.
The text was updated successfully, but these errors were encountered: