-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature: Add support for recipes that expect ingredients to be passed from multiple sides #16
Comments
Hmm, I see the use, but I'm giving this a lower priority, as this can currently already be achieved with a more elaborate setup involving a buffer chest. |
I figured the chest solution would be the workaround hack for the time being (with the downside of only handling items). Incidentally, can items, fluids, and energy be supplied to a small crafting-type network though some wizardry with the crafting interface? Not that I can think of a good use for all three at once right at the moment, but I'm curious if any such interaction is available. |
Untested: try letting the crafting interface point to an ID cable with a fluid, energy and item interface on different sides, and configure the crafting interface to forward the ingredient types to the proper side of the cable. This should forward all ingredient types to the subnetwork. |
On the latest release Maybe the latest patches to crafting have fixed that? Haven't installed the latest dev build. |
That sounds like a bug. Could you try it out and report it if you find anything? |
For the sake of completeness, the initially observed behavior with the suggested build was indeed resolved with a newer version. |
Issue type:
Short description:
Take Mekanism's Metallurgical Infuser as an example: it asks for a primary input ingredient and an Infusion material, and it can't take both from the same side. Mekanism's Infusions are a little weird in that they store an internal buffer of material, but it's entirely possible to create recipes that specifically consume exactly the amount of infusion material supplied with no leftovers or deficit.
In short, the issue is that a machine may demand that resources be passed from multiple sides, but the Crafting Interface can only input a specific type of resource to one targeted side.
(This also affects, for example, Applied Energistics 2's Inscriber, which violently demands distinct item input from three sides to satisfy crafting requirements.)
The text was updated successfully, but these errors were encountered: