Space Platform Chests (2.1 Fork)

by xane256

Fork of Corlin's Space Platform Chests, ported to Factorio 2.1. Add chests that can teleport placeable items into your space platform hub, making it easier to create a self sustaining platform.

Content
4 days ago
2.1
29

Changelog

Version: 1.0.12
Date: 10. 08. 2026
  Changes:
    - Hub lookup is surface-wide instead of probing position (0,0); the engine allows at
      most one hub per surface, so the first match is the hub.
    - Chests wake when a hub appears on their surface and re-block when the hub is removed.
      Both are script/editor-only events: the engine refuses hub creation off platform
      surfaces, and normal play cannot destroy a hub without destroying the platform.
Version: 1.0.11
Date: 09. 08. 2026
  Changes:
    - Ported to Factorio 2.1 and renamed to space-platform-chests-fork (original by Corlin,
      GPLv3). Hub chests from an
      upstream-mod save are re-registered on first load.
    - Fixed a crash when a hub-chest is built or blueprint-pasted on a surface with no
      platform hub (an Editor Extensions lab, any non-platform surface). The hub lookup was
      already per-surface, but the missing-hub result was dereferenced unguarded. Hubless
      chests are now left unregistered and blocked (bar at slot 1), so they act full.
Version: 1.0.10
Date: 21. 12. 2024
  Changes:
    - Added Tips and Ticks that explains how to use the mod.
Version: 1.0.9
Date: 21. 12. 2024
  Changes:
    - Added changelog (this)
  Bugfixes:
    - Support old saves after fix to desync
Version: 1.0.8
Date: 18. 12. 2024
  Bugfixes:
    - Fixed possible desync
Version: 1.0.7
Date: 15. 12. 2024
  Changes:
    - Fixed Fast Replace Bug.
Version: 1.0.6
Date: 15. 12. 2024
  Bugfixes:
    - Fixed Quality Item Descriptions.
    - Moved Descriptions to locale file.
Version: 1.0.5
Date: 03. 12. 2024
  Changes:
    - Chests accept modules now.
Version: 1.0.4
Date: 02. 12. 2024
  Changes:
    - Fixed empty chest check.
Version: 1.0.3
Date: 12. 11. 2024
  Changes:
    - Updated Research Requirements.
Version: 1.0.2
Date: 09. 11. 2024
  Changes:
    - Added Quality support. (Space Hub Chests must now be the same quailty as item being inserted!)
Version: 1.0.1
Date: 09. 11. 2024
  Bugfixes:
    - Improved Filtering.
Version: 1.0.0
Date: 08. 11. 2024
  Changes:
    - First Release