Advertisement
Guest User

cholz

a guest
Mar 31st, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. turtle.select(2)
  2. turtle.suck()
  3. turtle.select(5)
  4. turtle.suck()
  5. a = 64
  6. a = a + 0
  7.   while a > 0 do
  8.   turtle.craft()
  9.   turtle.select(6)
  10.   turtle.drop()
  11.   a = a - 1
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement