Advertisement
jBlume

Turtle Army Coal place

Jun 30th, 2023
855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. for t=1,150 do
  2.  turtle.turnLeft()
  3.  turtle.select(1)
  4.  turtle.placeUp()
  5.  turtle.select(2)
  6.  turtle.suckUp(15)
  7.  turtle.drop()
  8.  turtle.select(1)
  9.  turtle.digUp()
  10.  turtle.turnRight()
  11.  turtle.forward()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement