Engineer's Decor

Engineer's Decor

19M Downloads

Factory Hopper Unable to Insert in Empty Storage Drawer

NielsPilgaard opened this issue ยท 6 comments

commented

Hello!

I have a slightly weird mod interaction issue for you: The Factory Hopper is unable to insert items in an empty Storage Drawer, but there is no issue when the Storage Drawer already contains the item the Factory Hopper is pushing.
A vanilla Hopper can insert regardless of existing items.

Is this intended? :)

Versions

  • engineersdecor-1.14.4-1.0.19-b1
  • StorageDrawers-1.14.4-6.0.5

Original issue: EnigmaticaModpacks/Enigmatica4#284

commented

Hi Niller, no that is not intended ;), likely it's a last-free-slot iteration issue of the "smart" insertion (I try ti fill up existing item stacks in an inventory first and, if all stacks are full or none matches, insert into a free slot). I gonna chase this issue at the weekend and probably push a fix Sat or Sun. Cheers -

commented

Yeah the insertion was confused, I added a simple "dump" insertion run after "smart inserting", which seems to have solved the issue:
2020-02-06-001

Depending on how I get additional testing time I'll push tomorrow or this weekend.

commented

Awesome, thanks.

commented

Ok, earlier than expected I could push the file to curse.

commented

Ok, the parent issue has been closed, I presume the fix is approved.

commented

Ah yes the fix is approved! Sorry I forgot to get back to you.