Rift Teleporter [ WIP ]


[ WIP ] 1x1 Rift entities that teleport items between paired locations. Pair by channel ID (circuit or GUI).

Content
3 hours ago
2.0
0
Logistics Storage
Owner:
Yoshirakou
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
3 hours ago
Latest Version:
0.1.0 (3 hours ago)
Factorio version:
2.0
Downloaded by:
0 users

Rift Teleporter [ WIP ]

1×1 containers that teleport items between paired locations. Pair Rift Input and Rift Output by channel ID (circuit signal-A or GUI).

  • Rift Input – Receives items from inserters or loaders and teleports them to Rift Outputs on the same channel.
  • Rift Output – Receives teleported items; inserters and loaders can take from it.

Items in a Rift Input are moved to Rift Output(s) on the same channel. Multiple inputs and outputs can share a channel; items are distributed round-robin across outputs.

Simple pair

  1. Place a Rift Input and a Rift Output.
  2. Set both to channel 0 (default when wired together).
  3. Use inserters to feed the input and drain the output.
  4. Items teleport between them.

Multiple outputs

  1. Place one Rift Input and three Rift Outputs.
  2. Set all to channel 5.
  3. Items from the input are shared across the three outputs in round-robin.

Circuit control

  1. Use a constant combinator with signal-A = 3.
  2. Wire it to both rifts.
  3. Both use channel 3.

Mod Settings

Esc → Settings → Mod settings → Rift Teleporter

Setting Default Description
Transfer interval (ticks) 20 Ticks between transfer cycles (~1/3 second at 60 UPS)
Items per tick limit 10 Max items moved per input per transfer cycle

Note

Im actually looking for 1x1 Bridge for underground belt and endup creating this mod

Unknown Todo

  • Ability to redesign "graphics" for wire
  • Change graphics based on entity state "Connected" or "Unconnected" to wire

Todo

  • Graphics
  • Edge Case Testing, This mod is experimental