Advertisement
Guest User

mine

a guest
Jul 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. for i=1,64,1 do
  2. rs.setBundledOutput("down",colors.white)
  3. sleep(10)
  4. rs.setBundledOutput("down"),colors.orange)
  5. sleep(2)
  6. rs.setBundledOutput("down",0)
  7. turtle.digDown()
  8. turtle.forward()
  9. turtle.select(1)
  10. turtle.placeDown()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement