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

Suggestion: Simultaneous Processing #80

Open
Gliese-832-c opened this issue Apr 18, 2023 · 1 comment
Open

Suggestion: Simultaneous Processing #80

Gliese-832-c opened this issue Apr 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Gliese-832-c
Copy link

There should be a feature where you can process the same recipe from the recipe map multiple times at once. So for example, let's say that you have a recipe where you turn a clay into a brick. In a machine with simultaneous processing, you would be able to put one clay, and it will turn into one brick. But you could also put 64 clay, and it will turn all 64 into bricks.

The closest comparison to this that I can think of would be something like the Tinkers' Smeltery. Or another example are the upgraded factories from Mekanism. Basically I just want some way of running the same recipe multiple times at the same time in a machine, to create large, parallelized versions of smaller machines.

@Primitive-Human
Copy link

GTCEu and I believe Modular Multiblocks CE also add a Parallelization component in their multiblocks.

However, if this gets implemented, we would need to toggle if parallel recipes of the same recipe should be enabled or not, and up to what integer amount of parallel recipes can be ran at once.

For now, can you try to experiment using specific blocks in your multiblock which enables the parallel recipe instead? IE: a "1x" block in the multiblock is a requirement for 1x recipes, a "4x" block for running 4x recipes (by multiplying the input/output/power) etc. You would end up making multiple recipes, but it's what should be possible until this gets implemented dynamically.

@Rongmario Rongmario added the enhancement New feature or request label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants