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

Input items get stuck in autocrafting machines #1643

Open
v1993 opened this issue Aug 9, 2021 · 11 comments
Open

Input items get stuck in autocrafting machines #1643

v1993 opened this issue Aug 9, 2021 · 11 comments

Comments

@v1993
Copy link

v1993 commented Aug 9, 2021

I was fairly sure there's an issue for this (it also linked this to restarting game), but can't find one right now. Basically, the problem is that after a while input items pile up in machines that are set for autocrafting. This can be worked around to some degree by using crafting cleanup upgrades everywhere, but it probably will break with more complex machines and isn't great either way.

@KorewaLidesu
Copy link
Contributor

Yes, you need to use crafting cleanup upgrades as intended.

@v1993
Copy link
Author

v1993 commented Aug 14, 2021

It's not "as intended". In case I'm talking about recipe fully describes all outputs and items are properly extracted most of the time, yet few manage to get stuck for whatever reason. Crafting cleanup is just a workaround.

@KorewaLidesu
Copy link
Contributor

So, you mean that item will sometimes stuck in the output, right?

@v1993
Copy link
Author

v1993 commented Aug 15, 2021

Well, under some conditions machines get more input than intended (the bugged part) and process the excess input. Since LP wasn't expecting all that extra output, it doesn't remove it from machines (works as intended). Installing cleanup upgrade makes LP remove extra output, preventing pileup of items in machines (workaround part).

@KorewaLidesu
Copy link
Contributor

Well, under some conditions machines get more input than intended (the bugged part) and process the excess input. Since LP wasn't expecting all that extra output, it doesn't remove it from machines (works as intended). Installing cleanup upgrade makes LP remove extra output, preventing pileup of items in machines (workaround part).

What do you mean by "conditions"?

@v1993
Copy link
Author

v1993 commented Aug 16, 2021

Not sure what to say - I mean exactly what it means? You can replace "under some conditions" with "sometimes" or "in some cases", I guess.

@KorewaLidesu
Copy link
Contributor

Not sure what to say - I mean exactly what it means? You can replace "under some conditions" with "sometimes" or "in some cases", I guess.

I mean when it happens (the conditions)...

@v1993
Copy link
Author

v1993 commented Aug 17, 2021

That's a question I wish I knew answer for! Others have reported that it happens after stoppting/starting server (reopening game) and it indeed seems like it does not happen if you never exit game.

@benzenesulfonic-acid
Copy link

In fact,I find the carft pipe don't save the carfting info when closing the game. If the carft pipe is make something, you can using pipe_controller to see the number , type and destination. Then restrat the game the info about number , type and destination will disappear.

@KorewaLidesu
Copy link
Contributor

KorewaLidesu commented Sep 8, 2021

Ok...
About stopping/starting server, LP not cache recipe processing like AE2 (using their processor) which cause items stuck at machine.

@PiDrone
Copy link

PiDrone commented Dec 31, 2021

As far as I know, and this is from my experience way back in 1.4.7 MC versions of LP, LP does not "store/save" already-made requests when you reload the LP network either from reloading the chunk or relogging into the game.

I presume that is what the crafting cleanup upgrade is for - in the cases when you unexpectedly unload the LP network when an active request was being completed. Another workaround to prevent all these unprocessed items to clog up the system is to have an active supply of said items as well as using the cleanup upgrade as a preventative measure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants