tomtrein

Untitled

Jun 18th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. o=0
  2. for i=1,16 do
  3. p=turtle.drop(1)
  4. if p==true then
  5. o=o+1
  6. end
  7. end
  8. if o==16 then
  9. turtle.suck()
  10. turtle.craft()
  11. turtle.dropDown()
  12. else
  13. turtle.suck()
  14. turtle.dropUp()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment