Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- f = 64 -- starting floor
- b = 5 -- bedrock
- while f > 5 do
- while turtle.getItemCount (2) < 20 do
- turtle.digDown()
- turtle.down()
- f = f - 1
- end
- end
- while b < 64 do
- turtle.up()
- b = b + 1
- end
Advertisement
Add Comment
Please, Sign In to add comment