Advertisement
MrSliff

place

Jul 27th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local slot = 1
  2. for i=0,i<25,1 do
  3. for i=0,i<25,1 do
  4. if turtle.getItemCount(slot) == 0
  5. slot++
  6. turtle.select(slot)
  7. end
  8. turtle.forward()
  9. turtle.digDown()
  10. turtle.placeDown()
  11. end
  12. for i=0,i<25,1 do
  13. turtle.back()
  14. end
  15. turtle.turnRight()
  16. turtle.forward()
  17. turtle.digDown()
  18. turtle.placeDown()
  19. turtle.turnLeft()
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement