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
a month ago
1.1 - 2.0
1.67K
Circuit network

Changelog

Version: 2.0.3
Date: 2024-11-17

  Bugfixes:
    - Fixed filter combinators not working correctly on space platforms.
Version: 2.0.2
Date: 2024-10-30

  Bugfixes:
    - Removed migration scripts that should not be necessary anymore.
  Notes:
    - When loading OLD save games that used the mod in Factorio 2.0, before doing so make sure
      to download version 1.1.0 of the mod and then save the game in Factorio 1.1.
Version: 2.0.1
Date: 2024-10-30

  Bugfixes:
    - Fix unrecoverable error in heavily modded games.
Version: 2.0.0
Date: 2024-10-14

  Bugfixes:
    - Fix updating blueprint content losing settings of filter combinators
  Features:
    - Add compatibility with Factorio 2.0
Version: 1.1.0
Date: 2024-07-03

  Bugfixes:
    - Hide activity indicators and low power alerts when used in combination with compact circuits
  Changes:
    - Change internal tracking of entities
  Compatibility:
    - Added compatibility with Ultracube
Version: 1.0.6
Date: 2024-05-19

  Bugfixes:
    - Fixed not cleaning up when other mods destroy entities via script
  Changes:
    - Check for entities that were previously killed and remove leftover entities
Version: 1.0.5
Date: 2024-05-19

  Bugfixes:
    - Fixed error when creating blueprints without any entities
    - Fixed an error which caused CompaktCircuits containing signal filters to not retain
      the settings correctly (#4)
    - Fixed localization issue for "Empty Slots" setting (#3)
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.