Keledan

Turtle Generatrice di Cobblestone

May 15th, 2015
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. x=1
  2. while true do
  3.  turtle.digDown()
  4.  sleep(2.5)
  5.  x=x+1
  6.  if (x==65) then
  7.    x=1
  8.    turtle.turnRight()
  9.    turtle.turnRight()
  10.    turtle.select(1)
  11.    turtle.drop()
  12.    turtle.turnRight()
  13.    turtle.turnRight()
  14.  else
  15.  end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment