Gps (program)
From ComputerCraft Wiki
gps is a stock program designed to make use of the positioning capabilities introduced in ComputerCraft 1.31.
Usage
Method name | Description |
---|---|
gps host | The computer will act as a gps host. The computer's own location is retrieved using the gps. |
gps host <x> <y> <z> | The computer will act as a gps host. You manually provide the computer's own location (x, y and z). |
gps locate | It will try to retrieve the computer or turtle own location. |