-
Notifications
You must be signed in to change notification settings - Fork 9
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
Crafting Manager with Buffer Upgrade oversends to Machines #59
Comments
Can confirm, buffer will overfill the machine and items will be pushed to default route and pulled back to the machine until the the craft is finished. I assume it's related to the default here always being true.
If instead it checked if the machine had room then it I believe it wouldn't over fill. IInventoryUtil has a |
A bit of a tangent but another note about blocking. Since playing interactions I've used Logistics Pipes significantly and one of the problems the mod pack has is that certain machines need a Programmed Circuit that isn't consumed in the recipe. The current "Blocking" mode wont work with the machines that have these recipes. An exclusion list might be great for mod-pack makers. |
Could you try this, using a backup world? |
LP handler item transfer via pipe (aka transfer with packet) |
A crafting manager with a buffer upgrade will oversend items to a machine even after they have been buffered first, if Blocking mode can not be used or is otherwhise off. (See GTCE Extruder or Bending Machines)
This causes items to bounce back and forth between default chest and the machine constantly, generating lag.
Buffer upgrade should not attempt to oversend items into an machine that is already full.
The text was updated successfully, but these errors were encountered: