Advertisement
Spatzenhirn123

craft

Oct 27th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. shell.run("label set Crafter")
  2. function Craft()
  3. turtle.suckUp()
  4. turtle.suckUp()
  5. turtle.craft()
  6. for i=1,16,1 do
  7. turtle.select(i)
  8. turtle.dropUp()
  9. end
  10. turtle.select(1)
  11. sleep(50)
  12. Craft()
  13. end
  14. Craft()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement