mercwear

Turtle block placer

Apr 10th, 2025 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. print("Press CTRL+T to stop")
  2. turtle.select(1)
  3.  
  4. while true do
  5. turtle.placeDown()
  6. sleep(30)
  7. if turtle.getItemDetail() == nil then
  8. turtle.suckUp() --Attempt to take items from chest above turtle if selected spot (1) is empty
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment