Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not turtle then
- print("You can remove the computer")
- sleep(60)
- os.shutdown()
- end
- --shell.run("pastebin get 7GFahhQf startup")
- shell.run("pastebin get UdW0GxfS startup")
- shell.run("label set NewMiner")
- if turtle.suckDown(8) then
- if turtle.refuel() then
- print("refuel sucess")
- else
- print("Can not refuel from that")
- end
- rednet.open("right")
- while true do
- rednet.broadcast("", "recup")
- sleep(1)
- end
- else
- print("Chest empty")
- end
Add Comment
Please, Sign In to add comment