Teleporters Balanced Continued

by eRisel

Maintained Factorio 2.1 fork of Teleporters Balanced. Adds configurable teleporters with Space Age planet research and inventory restrictions.

Content
19 hours ago
2.1
11
Transportation

Changelog

Version: 2.1.1
Date: 2026-07-10
  Bugfixes:
    - Fixed a runtime crash when entering a teleporter in Factorio 2.1.
    - Replaced writes to the now read-only LuaEntity.active property with disabled_by_script.
Version: 2.1.0
Date: 2026-07-10
  Changes:
    - Initial release of Teleporters Balanced Continued, maintained by eRisel.
    - Ported the mod to Factorio 2.1.
    - Updated science-pack detection for Factorio 2.1, where science packs are regular item prototypes.
    - Added safe handling when Space Age or other planet prototypes are not present.
    - Renamed the internal mod ID and updated asset paths so the fork can be published separately.
Version: 2.0.1
Date: 2025-11-24
  Changes:
    - Enabled dynamic teleporter technology for each planet. Added option to lock teleporters by this tech.
Version: 2.0.0
Date: 2024-10-27
  Changes:
    - 2.0 update.
Version: 1.0.5
Date: 2021-02-24
  Changes:
    - Refined graphics (entity, icon).
    - New smoke animation.
    - New mod icon.
    - New technology icon.
    - (changes by snouz)
Version: 1.0.4
Date: 2021-02-23
  Changes:
    - Fix sorting again (merge error from last fix).
Version: 1.0.3
Date: 2021-02-21
  Changes:
    - Fix crash due to deleting surface with teleporters on them.
Version: 1.0.2
Date: 2021-02-17
  Changes:
    - Fix sorting order of non-recent teleporters.
Version: 1.0.1
Date: 2021-02-14
  Changes:
    - Recently used teleporters will sort above all others.
Version: 1.0.0
Date: 2020-11-25
  Changes:
    - 1.1 update.
Version: 0.2.3
Date: 2020-05-25
  Changes:
    - Fixes for GUI update.
Version: 0.2.2
Date: 2020-03-18
  Changes:
    - Fix compatibility with new Character GUI.
Version: 0.2.1
Date: 2020-02-01
  Changes:
    - Fix icon mipmaps error on startup.
Version: 0.2.0
Date: 2020-01-12
  Changes:
    - 0.18 update.
Version: 0.1.14
Date: 2019-07
  Changes:
    - Fixed script error naming teleporters 'help' or 'valid' etc.
    - Rename teleporter GUI will no longer show when building a new teleporter.
Version: 0.1.11
Date: 2019-07
  Changes:
    - Fixed script error due to removed 'want_elipsis' LuaStyle.
    - The teleporter list GUI is now sorted alphabetically.
Version: 0.1.10
Date: 2019-06
  Changes:
    - Fixed script error when entering '[' or other special characters into the search.
Version: 0.1.9
Date: 2019-05
  Changes:
    - Added changelog.
    - Fix compatibility with Factorio version 0.17.35+.
    - Slight optimization of teleporter triggering logic.