GregTech CE Unofficial

GregTech CE Unofficial

412k Downloads

Supply exact + Smart Filter

Gammelkebab opened this issue ยท 0 comments

commented

GregTech CEu Version

2.6.2-beta

Related Problem

Moving items into an electrolyzer at high speeds always leads to the same issue. The input bus is filled with mats that the electrolyzer currently doesn't process, it consumes multiple stacks of the one it does use at once, leaving the slots free to be cluttered with the other stuff until only one slot is actually used. The machine can run x recipe in parallel but with just 1 stack to provide, it will repeat the same recipe on low batch count until it is done and ignore all the other juicy full batches.

Your Solution

Currently the Smart filter on the robot arm with supply exact does:
move up to n (configurable) batches to process at once
so If i want to process salt and set n to 16 an even number between 2 and 32 will be accepted to be moved.
Instead, make it do what it says. Supply exact. only 16 batches are allowed. only 32 salt will be passed. and only if there is room for all 16 batches.
This way you can set n to your number of parallelization and insert only full batches into the machine.

Additional Information

No response