Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- chcollector
- -- doesn't need fuel, doesn't move
- -- mines what's down, deposits it up
- while true do
- os.sleep(0.5)
- turtle.select(1)
- turtle.digDown()
- os.sleep(0.5)
- turtle.select(1)
- turtle.dropUp(64)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement