Advertisement
Klazam33

Flintify

May 12th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2. while turtle.getItemCount(1) >0 do
  3.  turtle.place()
  4.  turtle.dig()
  5. end
  6. turtle.suckUp()
  7. while turtle.getItemCount(1) >0 do
  8.  turtle.place()
  9.  turtle.dig()
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement