Advertisement
SythsGod

Platform Nether

Jul 10th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. -- 0.1
  2. -- platforming nether
  3.  
  4. for i = 0, 20, 1 do
  5.     turtle.placeDown()
  6.     turtle.turnRight()
  7.     turtle.place()
  8.     turtle.turnLeft()
  9.     turtle.turnLeft()
  10.     turtle.place()
  11.     turtle.turnRight()
  12.     turtle.forward()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement