Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- sleep(1)
- rs.setBundledOutput('right',colors.green)
- sleep(1)
- rs.setBundledOutput('right',0)
- for i=10,1,-1 do
- print(i)
- sleep(1)
- end
- chest = peripheral.wrap('left')
- print('sleep')
- while not chest.getStackInSlot(1) do
- sleep(5)
- end
- rs.setBundledOutput('right',colors.red)
- sleep(1)
- rs.setBundledOutput('right',0)
- print('retrying!')
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement