Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- go = 0
- function down ()
- turtle.digDown()
- turtle.down()
- end
- while go <= 27 do
- down()
- go=go+1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement