Advertisement
jBlume

Turtle Army Placement

Jun 30th, 2023 (edited)
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. i=1
  2. turtle.select(i)
  3. for p=1,150 do
  4.  turtle.turnLeft()
  5.  turtle.place()
  6.  turtle.turnRight()
  7.  turtle.forward()
  8.   if turtle.getItemCount(i)==0 then
  9.    i=i+1
  10.    turtle.select(i)
  11.   end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement