Juksefantomet

findsky

Dec 6th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local args = { ... }
  2. local temp = tonumber( args[1] )
  3.  
  4. for num=1, temp do
  5.   turtle.digUp()
  6.   turtle.up()
  7. end
  8.  
  9. for num=1, temp do
  10.   turtle.down()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment