Advertisement
TechManDylan

Cyl

Mar 27th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if turtle.getFuelLevel() < 1000 then
  2. turtle.select(16)
  3. turtle.refuel(64)
  4. end
  5. ::Loop::
  6. turtle.select(1) -- building cylinder
  7. term.clear()
  8. local BuildLength = 0
  9. if(BuildLength = 0)
  10. print("Building Cylinder")
  11. print(BuildLength," Blocks have been placed.")
  12. turtle.placeDown()
  13. turtle.forward()
  14. end
  15. if(BuildLength < 10) then BuildLength++ else goto Loop
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement