Update
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
while true do
|
||||
status, block = turtle.inspect()
|
||||
--sleep(1)
|
||||
sleep(1)
|
||||
if not status then
|
||||
turtle.forward()
|
||||
succ = turtle.forward()
|
||||
print(succ)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user