Search found 3 matches

by Barn
Mon Nov 11, 2024 5:56 am
Forum: Combinator Creations
Topic: How do I permute channels?
Replies: 4
Views: 1667

Re: How do I permute channels?


It's not a permutation, it's a lookup. For every given input signal, you want to return a certain output signal.

You have a list of assignments of [a]β†’[1], (b]β†’[2], ... [N]β†’[n] so that if some input is [a], the output is [1], input=(b] output=[2] and so on, with less than [n] combinators. All the ...
by Barn
Sun Nov 03, 2024 6:20 pm
Forum: Ideas and Suggestions
Topic: [Space Age] Allow cargo landing pad to specify a minimum drop size
Replies: 13
Views: 4787

Re: [Space Age] Allow cargo landing pad to specify a minimum drop size

+1

I have one platform making space science and another mass-producing iron plates. With the landing pad set to request 1000 iron plates, the science platform keeps repeatedly sending its entire buffer of 30 plates instead of letting the mining platform (which is holding 20 stacks) do its thing ...
by Barn
Fri Nov 01, 2024 10:31 pm
Forum: Combinator Creations
Topic: Simple way to prevent asteroid collector from overfilling
Replies: 23
Views: 18459

Re: Simple way to prevent asteroid collector from overfilling

Screenshot 2024-11-01 171932.png


This is the setup I've been using; very similar to MBas's except it allows you to set individual counts for each chunk type by comparing each red value (from the grabber inventory) against each green value (configured in the constant combinator).

The red/green ...

Go to advanced search