Skip to content

Instantly share code, notes, and snippets.

@Kadajett
Created November 9, 2016 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kadajett/3771f8ce391a9d0296735bd41935d8bc to your computer and use it in GitHub Desktop.
Save Kadajett/3771f8ce391a9d0296735bd41935d8bc to your computer and use it in GitHub Desktop.
while true do
for a=1,10 do
for e=1,31 do
turtle.forward()
turtle.dig()
end
turtle.turnLeft()
turtle.forward()
turtle.turnLeft()
for i=1,31 do
turtle.forward()
turtle.dig()
end
turtle.turnRight()
turtle.forward()
turtle.turnRight()
end
turtle.turnRight()
for o=1,20 do
turtle.forward()
end
turtle.turnLeft()
for u=1,6 do
turtle.select((u))
turtle.drop()
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment