Advertisement
Ezteyh

Untitled

Jun 22nd, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. detector = peripheral.wrap("left")
  2.  
  3. while true do
  4. sleep(0.1)
  5. if detector.isPlayerInRange(1,"Ezteyh") == true then
  6. turtle.attack()
  7. turtle.back()
  8. turtle.digDown()
  9. for i = 2, 5, 1 do
  10. turtle.select(i)
  11. turtle.dropDown()
  12. end
  13. turtle.select(6)
  14. turtle.placeDown()
  15. turtle.forward()
  16. turtle.digDown()
  17. turtle.select(1)
  18. turtle.dropDown(1)
  19. turtle.select(6)
  20. turtle.placeDown()
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement