Advertisement
Axow01

Farm Trees

May 23rd, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.71 KB | None | 0 0
  1. for G = 1,30 do
  2.     turtle.forward(G)
  3.     turtle.turnLeft(G)
  4.     turtle.select(2)
  5.     turtle.place(G)
  6.     turtle.turnRight(G)
  7.     turtle.forward(G)
  8.     turtle.forward(G)
  9.     turtle.forward(G)
  10.     turtle.forward(G)
  11.     turtle.turnLeft(G)
  12.     turtle.place(G)
  13.     turtle.turnRight(G)
  14.     turtle.forward(G)
  15.     turtle.forward(G)
  16.     turtle.forward(G)
  17.     turtle.forward(G)
  18.     turtle.turnLeft(G)
  19.     turtle.place(G)
  20.     turtle.turnRight(G)
  21.     turtle.forward(G)
  22.     turtle.forward(G)
  23.     turtle.forward(G)
  24.     turtle.forward(G)
  25.     turtle.turnLeft(G)
  26.     turtle.place(G)
  27.     turtle.turnRight(G)
  28.     turtle.forward(G)
  29.     turtle.forward(G)
  30.     turtle.forward(G)
  31.     turtle.forward(G)
  32.     turtle.turnLeft(G)
  33.     turtle.place(G)
  34.     turtle.turnRight(G)
  35.     turtle.forward(G)
  36.     turtle.forward(G)
  37.     turtle.forward(G)
  38.     turtle.forward(G)
  39.     turtle.turnLeft(G)
  40.     turtle.place(G)
  41.     turtle.turnRight(G)
  42.     turtle.turnRight(G)
  43.     turtle.forward(G)
  44.     turtle.forward(G)
  45.     turtle.place(G)
  46.     turtle.turnRight(G)
  47.     turtle.forward(G)
  48.     turtle.forward(G)
  49.     turtle.forward(G)
  50.     turtle.forward(G)
  51.     turtle.turnLeft(G)
  52.     turtle.place(G)
  53.     turtle.turnRight(G)
  54.     turtle.forward(G)
  55.     turtle.forward(G)
  56.     turtle.forward(G)
  57.     turtle.forward(G)
  58.     turtle.turnLeft(G)
  59.     turtle.place(G)
  60.     turtle.turnRight(G)
  61.     turtle.forward(G)
  62.     turtle.forward(G)
  63.     turtle.forward(G)
  64.     turtle.forward(G)
  65.     turtle.turnLeft(G)
  66.     turtle.place(G)
  67.     turtle.turnRight(G)
  68.     turtle.forward(G)
  69.     turtle.forward(G)
  70.     turtle.forward(G)
  71.     turtle.forward(G)
  72.     turtle.turnLeft(G)
  73.     turtle.place(G)
  74.     turtle.turnRight(G)
  75.     turtle.forward(G)
  76.     turtle.forward(G)
  77.     turtle.forward(G)
  78.     turtle.forward(G)
  79.     turtle.turnLeft(G)
  80.     turtle.place(G)
  81.     turtle.turnRight(G)
  82.     turtle.forward(G)
  83.     turtle.turnRight(G)
  84.     turtle.forward(G)
  85.     turtle.forward(G)
  86.     turtle.turnRight(G)
  87.     sleep(300)
  88. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement