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
- Place a Rift Input and a Rift Output.
- Set both to channel
0(default when wired together). - Use inserters to feed the input and drain the output.
- Items teleport between them.
Multiple outputs
- Place one Rift Input and three Rift Outputs.
- Set all to channel
5. - Items from the input are shared across the three outputs in round-robin.
Circuit control
- Use a constant combinator with
signal-A = 3. - Wire it to both rifts.
- 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