MagmaLP

MiningWell farming

Nov 1st, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.   if turtle.detect() then
  3.     sleep(6.0)
  4.     turtle.dig()
  5.     turtle.up()
  6.     turtle.dig()
  7.     turtle.down()
  8.     turtle.select(2)
  9.     turtle.placeUp()
  10.     turtle.select(3)
  11.     turtle.place()
  12.     turtle.turnLeft()
  13.     turtle.turnLeft()
  14.     turtle.forward()
  15.     turtle.turnLeft()
  16.     turtle.turnLeft()
  17.     turtle.select(1)
  18.     turtle.place()
  19.   end
  20.   sleep(0.5)
  21. end
  22.    
Add Comment
Please, Sign In to add comment