mirror of
https://github.com/kepler155c/opus
synced 2025-11-07 19:13:00 +00:00
relative-gps coord system
This commit is contained in:
@@ -7,6 +7,7 @@ local function summon(id)
|
||||
|
||||
turtle.status = 'GPSing'
|
||||
turtle.setPoint({ x = 0, y = 0, z = 0, heading = 0 })
|
||||
turtle.getState().coordSystem = 'relative'
|
||||
|
||||
local pts = {
|
||||
[ 1 ] = { x = 0, z = 0, y = 0 },
|
||||
|
||||
Reference in New Issue
Block a user