MagmaLP

Turtle + Miningwell

May 23rd, 2021 (edited)
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. turtle.moveUp()
  2. turtle.turnLeft()
  3. turtle.turnLeft()
  4.  
  5. i = 16
  6. while i < 0 do
  7.     turtle.select(1)
  8.     turtle.placeDown()
  9.     turtle.select(2)
  10.     turtle.placeUp()
  11.     turtle.back(1)
  12.     turtle.select(3)
  13.     turtle.place()
  14.     i = i - 1
  15. end
  16.  
Add Comment
Please, Sign In to add comment