Treyzania

Jake's Cactus Chopper

Feb 18th, 2014
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. while true do
  2.    
  3.     if turtle.detectDown() then
  4.         turtle.digDown()
  5.         turtle.turnRight()
  6.         turtle.turnRight()
  7.         turtle.drop()
  8.         turtle.turnLeft()
  9.         turtle.turnLeft()
  10.     end
  11.    
  12.     sleep(0.25)
  13.    
  14. end
Advertisement
Add Comment
Please, Sign In to add comment