Advertisement
Guest User

startup

a guest
Nov 28th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. while true do
  2.   turtle.select(1)
  3.   turtle.suckDown()
  4.   turtle.craft()
  5.   turtle.select(3)
  6.   turtle.dropUp()
  7.   turtle.select(1)
  8.   turtle.drop()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement