mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-22 17:37:38 +00:00
Clearify GPS documentation note (#1139)
This commit is contained in:
@@ -10,8 +10,8 @@ gps program.
|
|||||||
|
|
||||||
:::note
|
:::note
|
||||||
When entering in the coordinates for the host you need to put in the `x`, `y`,
|
When entering in the coordinates for the host you need to put in the `x`, `y`,
|
||||||
and `z` coordinates of the computer, not the modem, as all modem distances are
|
and `z` coordinates of the block that the modem is connected to, not the modem.
|
||||||
measured from the block the computer is in.
|
All modem distances are measured from the block that the modem is placed on.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Also note that you may choose which axes x, y, or z refers to - so long as your
|
Also note that you may choose which axes x, y, or z refers to - so long as your
|
||||||
@@ -24,6 +24,7 @@ height in the way that Minecraft's debug screen displays.
|
|||||||
|
|
||||||
@module gps
|
@module gps
|
||||||
@since 1.31
|
@since 1.31
|
||||||
|
@see gps_setup For more detailed instructions on setting up GPS
|
||||||
]]
|
]]
|
||||||
|
|
||||||
local expect = dofile("rom/modules/main/cc/expect.lua").expect
|
local expect = dofile("rom/modules/main/cc/expect.lua").expect
|
||||||
|
Reference in New Issue
Block a user