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