mercwear

turtle_placer

Apr 11th, 2025 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. print("Press CTRL+T to stop")
  2. turtle.select(1)
  3. while true do
  4. turtle.place() -- Place item in orb from slot one
  5. turtle.place() -- Place item in orb from slot one
  6. turtle.place() -- Place item in orb from slot one
  7. turtle.place() -- Place item in orb from slot one
  8. os.sleep(20) -- Sleep 20 seconds to let the lasers do their thing
  9. turtle.suck() -- Loot item
  10. turtle.suckUp(4) -- Replace the 4 blaze powder we just used from more in the chest above
  11. end
Advertisement
Add Comment
Please, Sign In to add comment