Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Auswahl = 1 + 0
  2. function Blockcheck()
  3. if turtle.getItemCount(Auswahl) == 0 then
  4. Auswahl = Auswahl + 1
  5. turtle.select(Auswahl)
  6. end
  7. end
  8. while true do
  9. turtle.forward()
  10. Blockcheck()
  11. turtle.placeDown()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement