Advertisement
100Toby1

Untitled

Mar 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local p = peripheral.wrap("right")
  2. print("I am turtle")
  3.  
  4. while true do
  5. p.dig()
  6. p.digUp()
  7. p.digDown()
  8. turtle.down()
  9. p.dig()
  10. turtle.forward()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement