Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while true do
  2. if turtle.detect() then
  3. turtle.dig()
  4. end
  5. itemcount = turtle.getItemCount(16)
  6. if itemcount == 64 then
  7. turtle.craft()
  8. turtle.dropDown()
  9. turtle.select(1)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement