Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function deploy()
- turtle.select(1)
- turtle.place()
- end
- function getMiner()
- turtle.select(1)
- turtle.dig()
- end
- deploy()
- sleep(40)
- getMiner()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement