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
3 months ago
1.1
521
Circuit network

Changelog

Version: 1.0.4
Date: 2024-01-28

  Bugfixes:
    - Fixed error when changing combinator after space ship launch (introduced in 1.0.0)
Version: 1.0.3
Date: 2024-01-27

  Bugfixes:
    - Fixed overriding the blueprint entities rather than just adding my own data. Aids
      compatibility with other mods modifying blueprints as they are made.
Version: 1.0.2
Date: 2024-01-26

  Bugfixes:
    - Fixed not getting the filter inserter back when mining it (thanks @123499)
  Features:
    - Added setting for the minimum number of empty slots in filter combinators
Version: 1.0.1
Date: 2024-01-05

  Bugfixes:
    - Fixed not updating filters when only removing signals
    - Fixed it taking some time to open / close the UI
Version: 1.0.0
Date: 2023-12-27

  Features:
    - Added ability to filter based on signals present on a specific wire
    - Added ability to switch from inclusive to exclusive mode (#2)
Version: 0.2.1
Date: 2023-12-25

  Bugfixes:
    - Fixed not being able to blueprint or copy and paste settings between filter combinators
Version: 0.2.0
Date: 2023-08-14

  Features:
    - Added support for compact circuits mod.
Version: 0.1.2
Date: 2023-08-14

  Bugfixes:
    - Fixed not being able to copy settings between filter combinators.
Version: 0.1.1
Date: 2023-06-04

  Features:
    - Added support for Nanobots.
Version: 0.1.0
Date: 2023-06-04

  Features:
    - Allow to filter the input for any number of signals you want to allow to pass through.