-
Notifications
You must be signed in to change notification settings - Fork 41
Transporter (legacy)
Warning: this page applies to the legacy Transporter system, up to version 1.3.36.
Instead of doing spacewalks or getting your ship very close to the ground/a space body, you can teleport there!
Note: If relative coordinates enabled in config, enter relative coordinates.
- Transporter
- ComputerCraft Computer
- Coordinates of source location
- Coordinates of target location
- Reliable power source
Place the transporter, and place the power source and the computer next to it. On the computer make this program:
transporter = peripheral.wrap("side")
transporter.source(x,y,z)
transporter.dest(x,y,z)
transporter.lock()
transporter.energize()
--replace side with side and x,y,z with coordinates
Function | Return | Description |
---|---|---|
source(int x, int y, int z) | int x, int y, int z | sets the coordinates to teleport from |
dest(int x, int y, int z) | int x, int y, int z | sets the coordinates to teleport to |
lock() | float strength | locks the source and dest coordinates in |
release() | null | releases the current lock |
lockstrength() | float strength | returns the current lock strength |
energize() | int entities_transported | attempts to teleport all entities at source to dest |
powerboost(int amount) | int power | sets the level of power to use (1 being default) |
getEnergyRequired() | int energy | returns energy required to teleport single entity with settings |
Home
Dependencies
Frequently Asked Questions
Changelog
Tutorials
* First ship, first jump
* Tuning Tools
* Programmable blocks
* Lasers - Basic Tutorial
* Lasers - Advanced Boosting
Exploration
* World generation
* Air in space
* Planets and Transition Planes
* Warp Jump Checklist
Atomic
* Large Hadron Collider
* Accelerator Controller
* Accelerator Control Point
* Chiller
* Electromagnet
* Particles Collider
* Particles Injector
* Void Shell
* Electromagnetic Cell
Breathing
* Breathing
* Air Canister
* Air Generator
* Air Tank
* Energy Air Shield
* Warp armor
Collection
* Laser Tree Farm
* Mining Laser
Detection
* Camera and Monitor
* Cloaking
* Radar
* Siren
* Warp Field Isolation Block
Energy
* IC2 Reactor Laser
* Subspace Capacitor
* Enantiomorphic Reactor
Movement
* Lift
* Transporter Room
* Transporter Core
* Transporter Scanner
* Transporter Containment
* Transporter Beacon
Protection
* Hull
* Force field projector
* Force field relay
* Force field upgrades
Weapons
* Lasers - Basic Tutorial
* Lasers - Advanced Boosting
LUA API
* LUA methods
- for Detection
- for Energy
- for Movement
* LUA properties
- for Energy
- for Movement
* LUA events
* LUA change logs