read if gay

This commit is contained in:
Crispy 2025-06-01 02:23:34 +02:00
parent 4f2631b349
commit 61eefcba8c
24 changed files with 21871 additions and 4224 deletions

View file

@ -1,12 +0,0 @@
function step()
exists, data = turtle.inspectDown()
if exists then
end
end
function follow_rail()
while true do
step()
end
end