Advertisement
mastahslayah

Untitled

Jun 12th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. while true do
  2. if turtle.inspectDown() then
  3. notAir, info = turtle.inspectDown()
  4.  
  5. if info.metadata == 7 then
  6. turtle.digDown()
  7. turtle.placeDown()
  8. end
  9.  
  10. if not notAir then
  11. turtle.digDown()
  12. turtle.placeDown()
  13. end
  14. end
  15. turtle.select(2)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement