Advertisement
osmarks

grain of infinity placer turtle

Jun 7th, 2021
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while true do
  2. for i = 1, 16 do
  3. if turtle.getItemCount(i) > 0 then turtle.select(i) break end
  4. end
  5. if not turtle.detect() then turtle.place() end
  6. sleep(1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement