This commit is contained in:
Julian Brammer 2024-06-05 21:51:57 +02:00
parent 0994f67661
commit aa22b25486

View File

@ -77,7 +77,7 @@ local function savePositionToFile()
turtle.equipRight() turtle.equipRight()
posX, posY, posZ = gps.locate() posX, posY, posZ = gps.locate()
sleep(1) 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() turtle.equipRight()
end end
end end