_Nobody_

Right Nether Highway

Jan 4th, 2023
1,201
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 1
  1. slot = 1
  2.  
  3. for i = 1, 16, 1 do
  4.  
  5.     for i = 1, 64, 1 do
  6.         turtle.turnRight()
  7.         turtle.place()
  8.         turtle.up()
  9.         turtle.place()
  10.         turtle.placeUp()
  11.         turtle.down()
  12.         turtle.turnLeft()
  13.         turtle.forward()
  14.     end
  15.     slot = slot + 1
  16.     turtle.select(int(slot))
  17. end
Advertisement
Add Comment
Please, Sign In to add comment