Describe the issue
Create has integration with Computer Craft. Redstone requester as computer's peripheral has a function setRequest() to change it's request. It doesn't work when Factory Logistics presented.
To Reproduce
Steps to reproduce the behavior:
- Attach redstone requester to computer
- Use this code in computer
r = peripheral.find("Create_RedstoneRequester")
r.setRequest({name="stick"})
- Nothing happens
Context
Nothing in logs
