Filter Combinator


Provides a filter combinator, which lets you filter any number of signals from the input. Does not alter the signal level and is valid for every signal level. Implemented in terms of circuitry rather than on_tick for performance. 3 ticks of delay between input and output. Compatible with Space Exploration.

Utilities
8 days ago
1.1 - 2.0
1.59K
Circuit network

b [Fixed] Crash when blueprinting tiles only

8 months ago

Hi, mod crashes when creating a blueprint of an area containing filter combinators and with only tiles checked.
To fix, change control.lua:779
from
if #entities < 1 then
to
if not entities or #entities < 1 then
Function get_blueprint_entities() returns optional.
Great mod btw.

8 months ago

Thanks will be fixed

New response