mercwear

turtle_placer_2.0

May 13th, 2025
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. print("Press CTRL+T to stop")
  2.  
  3. while true do
  4. turtle.select(1) -- Item to place in slot 1
  5. turtle.place() -- Place item
  6. os.sleep(15) -- Sleep 15 seconds to let the lasers do their thing
  7. turtle.suck() -- Loot item
  8. os.sleep(1) -- Sleep 1 second
  9. end
Advertisement
Add Comment
Please, Sign In to add comment