Advertisement
djPtica

farmFir

Jun 16th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1.  
  2.  
  3. --GLAVNI PROGRAM
  4. while true do
  5.    shell.run("partCut")
  6.    turtle.forward()
  7.    turtle.select(1)
  8.    turtle.suck()
  9.    turtle.drop(turtle.getItemCount(1)-4)
  10.    turtle.turnLeft()
  11.    turtle.turnLeft()
  12.    turtle.forward()
  13.    turtle.forward()
  14.    turtle.forward()
  15.    turtle.turnRight()
  16.    turtle.place()
  17.    turtle.turnLeft()
  18.    turtle.back()
  19.    turtle.place()
  20.    turtle.turnRight()
  21.    turtle.place()
  22.    turtle.turnLeft()
  23.    turtle.back()
  24.    turtle.place()
  25.    turtle.up()
  26.    while not turtle.detect() do
  27.       sleep(1)
  28.    end
  29.    turtle.down()
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement