Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear() term.setCursorPos(1,1)
- write("Mining Cobblestone...")
- while true do
- if turtle.getItemCount(1) ~= 64 then
- if turtle.detectUp() then turtle.digUp() else sleep(.2) end
- turtle.dropDown()
- else sleep(1) turtle.dropDown() end
- end
Add Comment
Please, Sign In to add comment