Galacticraft machine inventories seem broken with Milo #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So, attempting to automate my Galacticraft stuff to make life easier, ran into a problem where it seems milo cannot export or import to Galacticraft machine inventories.
I've tested manually via
peripheral.call, and it does indeed work (I can move stuff into and out of Galacticraft machines), but it just doesn't work in Milo.Here's the recipe I'm using:

And here's the order of the slots (as determined by testing and manual insertion):

Milo kinda-sorta works with it, in that it for some reason inserts the first two items and ignores the rest. Here's what it looks like after attempting to insert, along with the errors outputted:

And finally, I've set Milo to auto-import anything from slot 7, but it fails to do that with the following errors:

Not sure what's going on here, as I've done testing and manually inserting and removing items via the lua repl works just fine.
I'm looking into this some more and it seems that for some reason
pullItemsdetects that the galacticraft machines have only 5 slots whilepushItemsseems to detect it properly.I'm moving this to Plethora github.