Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function craft()
  2. turtle.craft(1)
  3. end
  4.  
  5. function drop()
  6. turtle.dropUp([1])
  7. end
  8.  
  9. while (true) do
  10. craft()
  11. drop()
  12.  
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement