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

Idea: make stack limiters work when extracting #182

Open
theidiot17 opened this issue Mar 15, 2023 · 2 comments
Open

Idea: make stack limiters work when extracting #182

theidiot17 opened this issue Mar 15, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@theidiot17
Copy link

you can add limiters in extraction modules to limit how many items go through

@Ellpeck
Copy link
Owner

Ellpeck commented Jul 25, 2023

Hi! What would the purpose of this be over stack limiters on the receiving end? If all receiving containers have a limit set, the extraction module will automatically be limited to the total amount by definition.

@Ellpeck Ellpeck added enhancement New feature or request question Further information is requested labels Jul 25, 2023
@Lnaden
Copy link

Lnaden commented Oct 13, 2023

I think the use case is systems which generate items on their own, but still need to use some of the generated items. The specific use case I have which led me here was in use with something like MineColonies.

The generator (miner/woodcutter) makes a ton of cobblestone and logs. That mod needs some logs and cobblestone, but not infinite and can only store a finite amount in its storage (warehouse). The idea is to keep a certain stock inside the generator without overfilling the rest of it.

There is an existing solution with what's already available where you can pipe out from the generator, then only pipe in X amount to the storage unit with the receiving limiter, but the use case above reduces the number of pipe terminals needed.

@Ellpeck Ellpeck removed the question Further information is requested label Mar 7, 2024
@Ellpeck Ellpeck changed the title Idea: Limiters Idea: make stack limiters work when extracting Mar 7, 2024
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