Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sleep(1)
- p = peripheral.wrap("top")
- while true do
- if p.getStackInSlot(1) then
- print("Item Detected in chest - Mining....")
- shell.run("mine")
- else
- print("No item Detected. Waiting....")
- sleep(5)
- end
- end
Add Comment
Please, Sign In to add comment