This commit is contained in:
Dominic Zimmer 2020-07-04 15:24:42 +02:00
parent 9303439f2c
commit 4ea3db4197

View File

@ -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