1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-22 09:27:39 +00:00

Clearify GPS documentation note (#1139)

This commit is contained in:
Erlend
2022-07-22 22:27:27 +02:00
committed by GitHub
parent ebef3117f2
commit abf857f864

View File

@@ -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