Skip to content

Instantly share code, notes, and snippets.

@Citrus34
Created June 25, 2021 12:24
Show Gist options
  • Save Citrus34/8f52f0b93697ada9489c6ad80de6e882 to your computer and use it in GitHub Desktop.
Save Citrus34/8f52f0b93697ada9489c6ad80de6e882 to your computer and use it in GitHub Desktop.
testing robots in CC: Tweaked
turtle.refuel()
print("Refueling...")
while turtle.detectDown() do
turtle.digDown()
print("Moving Down...")
turtle.down()
turtle.dig()
print("Moving Foward...")
turtle.forward()
turtle.digUp()
print("Moving Up...")
turtle.up()
end
Print("Action Completed.")
turtle.up()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment