Space Platform Circuit Control


Adds a Platform Controller combinator. Place it on a space platform and it outputs the platform's item requests as circuit signals, and reads a space-location signal (e.g. a push button set to a planet like [space-location=nauvis]) to fly the platform to that location. Works with vanilla and modded planets.

Utilities
3 days ago
2.0
3
Transportation Logistics Logistic network Circuit network

Changelog

Version: 0.2.0
Date: 2026-08-02
  Changes:
    - Request signals are now emitted as NEGATIVE values (e.g. iron = -100), so
      you can wire them together with the platform's contents (positive) and a
      single lamp set to "anything < 0" lights up whenever a request is short.
Version: 0.1.0
Date: 2026-08-02
  Features:
    - Adds the Platform Controller combinator. Placed on a space platform it:
      * outputs the platform hub's item requests onto the circuit network as
        item signals (count = requested amount);
      * reads a space-location signal (e.g. a push button set to a planet like
        [space-location=nauvis]) and sends the platform flying to that location.
      Works with vanilla and modded planets/space locations.