Advertisement
OldDragon2A

Make Air Shaft (simple)

Dec 15th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while not turtle.detectUp() do
  2.   turtle.up()
  3. end
  4.  
  5. while turtle.detectUp() do
  6.   turtle.digUp()
  7.   turtle.up()
  8. end
  9.  
  10. turtle.up()
  11. turtle.up()
  12. turtle.up()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement