a
This commit is contained in:
parent
0994f67661
commit
aa22b25486
@ -77,7 +77,7 @@ local function savePositionToFile()
|
||||
turtle.equipRight()
|
||||
posX, posY, posZ = gps.locate()
|
||||
sleep(1)
|
||||
basic.appendToFileNl("/brulijam/files/chests-turtle-miner-fibo.txt", "Chest at: " .. posX, ", " .. posY .. ", " .. posZ)
|
||||
basic.appendToFileNl("/brulijam/files/chests-turtle-miner-fibo.txt", "Chest at: " .. posX .. ", " .. posY .. ", " .. posZ)
|
||||
turtle.equipRight()
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user