Galacticraft machine inventories seem broken with Milo #30

Closed
opened 2020-04-06 01:07:01 -04:00 by fatboychummy · 1 comment
fatboychummy commented 2020-04-06 01:07:01 -04:00 (Migrated from github.com)

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:
recipe

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

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:
statusErrors

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

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.

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: ![recipe](https://user-images.githubusercontent.com/39929480/78524511-6bc11280-7791-11ea-8b75-b9eb946870ae.png) And here's the order of the slots (as determined by testing and manual insertion): ![order](https://user-images.githubusercontent.com/39929480/78524639-b93d7f80-7791-11ea-9275-38ab493cf5e2.png) 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: ![statusErrors](https://user-images.githubusercontent.com/39929480/78524680-d96d3e80-7791-11ea-9f1e-a9fa6ea28b10.png) And finally, I've set Milo to auto-import anything from slot 7, but it fails to do that with the following errors: ![error](https://user-images.githubusercontent.com/39929480/78524708-f3a71c80-7791-11ea-90e9-f09f076ae231.png) 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.
fatboychummy commented 2020-04-06 01:18:03 -04:00 (Migrated from github.com)

I'm looking into this some more and it seems that for some reason pullItems detects that the galacticraft machines have only 5 slots while pushItems seems to detect it properly.

I'm moving this to Plethora github.

I'm looking into this some more and it seems that for some reason `pullItems` detects that the galacticraft machines have only 5 slots while `pushItems` seems to detect it properly. I'm moving this to Plethora github.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MayaTheShy/opus-apps#30